diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-31 21:51:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-31 21:51:42 -0400 |
commit | f5de183c7168627e9bd969aa48f8215f411bc507 (patch) | |
tree | db712dbd5e311f9b0f4446cdb2e852e5b5b2b724 | |
parent | 1f951de014d0bfb3d2cf2b58e607cabefdf30d84 (diff) |
sha256sum not so optional
-rw-r--r-- | doc/install/OSX.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index ffd942437..08904aef9 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -7,7 +7,7 @@ sudo port install git-core ossp-uuid md5sha1sum coreutils pcre sudo ln -s /opt/local/include/pcre.h /usr/include/pcre.h # This is hack that allows pcre-light to find pcre -# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland) +# this will enable the gnu tools, (to give sha256sum etc..., it does not override the BSD userland) export PATH=$PATH:/opt/local/libexec/gnubin git clone git://git-annex.branchable.com/ git-annex |