summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-05 15:14:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-05 15:14:59 -0400
commit6aed1208802265448d98bdc4d07ea219cd4b5bb3 (patch)
tree400a8e939f4c64286eb732b284f72249482ef028
parent81921350e8b4fda6261cde01127cdb435d562c9d (diff)
git-annex is in homebrew now! excellent
-rw-r--r--doc/install/OSX.mdwn12
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 1719c1bfc..48bc90e08 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -24,19 +24,11 @@ several more. Handy if you don't otherwise have git installed.
* [autobuild of git-annex.dmg](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/git-annex.dmg) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/))
-## using Brew
+## using Homebrew
<pre>
brew update
-brew install haskell-platform git ossp-uuid md5sha1sum coreutils gnutls libidn gsasl pkg-config libxml2
-brew link libxml2 --force
-cabal update
-mkdir $HOME/bin
-PATH=$HOME/bin:$PATH
-PATH=$HOME/.cabal/bin:$PATH
-cabal install c2hs --bindir=$HOME/bin
-cabal install gnuidn
-cabal install git-annex --bindir=$HOME/bin
+brew install git-annex
</pre>
## using MacPorts