diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 2 | ||||
-rw-r--r-- | doc/install/OSX.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index f1305777c..9eb8bbacf 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -16,7 +16,7 @@ To build and use git-annex, you will need: (or uuidgen from util-linux) * `xargs`: <http://savannah.gnu.org/projects/findutils/> * `rsync`: <http://rsync.samba.org/> -* `sha1sum`: <ftp://ftp.gnu.org/gnu/coreutils/> +* `sha1sum`: <ftp://ftp.gnu.org/gnu/coreutils/> (optional, but recommended) * Then just [[download]] git-annex and run: `make; make install` ([Ikiwiki](http://ikiwiki.info) is needed to build the documentation, diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index af078e363..3c29fc101 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -7,7 +7,7 @@ sudo port install pcre sudo cabal install pcre-light sudo cabal install quickcheck -# this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland) +# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland) export PATH=$PATH:/opt/local/libexec/gnubin git clone git://git.kitenet.net/git-annex |