diff options
author | Nikolas Kallis <nik@nikolaskallis.com> | 2012-10-13 19:52:33 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2012-10-13 20:26:06 +0200 |
commit | c528f13136c8b3ed89d5d59bdc04f99872e10fa7 (patch) | |
tree | 1201febbdd1c8b0acc474ad337a6e38a0867c46e /HACKING | |
parent | 024a1d572c01db2e12a86cd893d98518c73e51d1 (diff) | |
download | coreutils-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-- | HACKING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |