From: Nikolas Kallis Date: Sat, 13 Oct 2012 17:52:33 +0000 (+0200) Subject: doc: improve HACKING guidelines X-Git-Tag: v8.20~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c528f13136c8b3ed89d5d59bdc04f99872e10fa7;p=thirdparty%2Fcoreutils.git doc: improve HACKING guidelines * HACKING: Add "cd coreutils" after the git clone command. Copyright-paperwork-exempt: Yes --- diff --git a/HACKING b/HACKING index f8d3a9b577..de8cd7bd84 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