diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-29 13:15:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-29 13:15:30 -0400 |
commit | 5be6ce672226df37900ddb32f29b24e6b96277a9 (patch) | |
tree | 92a8c8cbc711959673862d95e0b60a554d065c1b /doc/install | |
parent | 2d1a39c50501db84e3f21fe44adf87cc96dc2dc9 (diff) |
adns is no longer needed, it uses the Haskell DNS library instead
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 7fffbe3ee..b3aec645b 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -11,7 +11,7 @@ builds a standalone git-annex.app of the git-annex assistant. <pre> sudo brew update -sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre adns libgsasl +sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre libgsasl cabal update cabal install git-annex --bindir=$HOME/bin </pre> |