diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-10 12:11:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-10 12:11:55 -0400 |
commit | 0b85ffd6e7e875ee4ac671ca8d145586ef77ab38 (patch) | |
tree | eed3b457f441032f03e34c6fe97006c1d951fb72 /doc/install | |
parent | 19428ea2f4cd1ef9f1c91b5670933bdf989a2af3 (diff) |
S3 stub bug got fixed
Diffstat (limited to 'doc/install')
-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 ba10071a1..81ffe1d03 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -7,7 +7,7 @@ sudo cabal install pcre-light sudo cabal install quickcheck sudo cabal install SHA sudo cabal install dataenc -sudo cabal install hS3 # stub S3 class (used if you don't have hS3 installed) has a bug, so you want to install this +sudo cabal install hS3 # optional # 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 |