diff options
author | Jim Meyering <meyering@redhat.com> | 2009-06-23 16:54:38 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-06-23 16:54:38 +0200 |
commit | f9554bbe25bc7d979926628655713a9c0ddc6dbb (patch) | |
tree | 2acaeb80f5e4473ef33028caf0bbb3953b1c21f3 | |
parent | fc66fb4d99f2c7e71fadc85e2be476e817b6573e (diff) | |
download | coreutils-f9554bbe25bc7d979926628655713a9c0ddc6dbb.tar.xz |
doc: README-hacking tweak
* README-hacking: Move the "While building..." sentence down
to where it belongs.
-rw-r--r-- | README-hacking | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README-hacking b/README-hacking index 9deba1374..555128f31 100644 --- a/README-hacking +++ b/README-hacking @@ -23,9 +23,6 @@ bootstrap script shown below, and will include: - Rsync <http://samba.anu.edu.au/rsync/> - Tar <http://www.gnu.org/software/tar/> -While building from a just-cloned source tree may require installing a -few prerequisites, later, a plain `git pull && make' should be sufficient. - - Valgrind Valgrind <http://valgrind.org/> is also highly recommended, if @@ -39,6 +36,9 @@ version 1.10a or newer, as well as the xz program itself. Make sure you have the latest version of the XZ Utils from <http://tukaani.org/xz/> +While building from a just-cloned source tree may require installing a +few prerequisites, later, a plain `git pull && make' should be sufficient. + * First GIT checkout You can get a copy of the source repository like this: |