summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorNikolas Kallis <nik@nikolaskallis.com>2012-10-13 19:52:33 +0200
committerJim Meyering <jim@meyering.net>2012-10-13 20:26:06 +0200
commitc528f13136c8b3ed89d5d59bdc04f99872e10fa7 (patch)
tree1201febbdd1c8b0acc474ad337a6e38a0867c46e /HACKING
parent024a1d572c01db2e12a86cd893d98518c73e51d1 (diff)
downloadcoreutils-c528f13136c8b3ed89d5d59bdc04f99872e10fa7.tar.xz
doc: improve HACKING guidelines
* HACKING: Add "cd coreutils" after the git clone command. Copyright-paperwork-exempt: Yes
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index f8d3a9b57..de8cd7bd8 100644
--- a/HACKING
+++ b/HACKING
@@ -21,6 +21,7 @@ Base any changes you make on the latest upstream sources.
You can get a copy of the latest with this command:
git clone git://git.sv.gnu.org/coreutils
+ cd coreutils
That downloads the entire repository, including revision control history
dating back to 1991. The repository (the part you download, and which