From bbfe4eafd74b14bb1b55bc9d8b06a1fdf4ffe56a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Jun 2014 15:14:59 -0400 Subject: [PATCH] git-annex is in homebrew now! excellent --- doc/install/OSX.mdwn | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index 1719c1bfc5..48bc90e08e 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
 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
 
## using MacPorts