]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: improve HACKING guidelines
authorNikolas Kallis <nik@nikolaskallis.com>
Sat, 13 Oct 2012 17:52:33 +0000 (19:52 +0200)
committerJim Meyering <jim@meyering.net>
Sat, 13 Oct 2012 18:26:06 +0000 (20:26 +0200)
* HACKING: Add "cd coreutils" after the git clone command.
Copyright-paperwork-exempt: Yes

HACKING

diff --git a/HACKING b/HACKING
index f8d3a9b577a499dd7b6a20a3e905797e92693c3a..de8cd7bd849a1e1a9f00b492b4ec76e2b005f541 100644 (file)
--- 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