sudo should not be used with homebrew
This commit is contained in:
parent
811f88e942
commit
e610c36276
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ the app for OSX Lion.
|
||||||
## using Brew
|
## using Brew
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
sudo brew update
|
brew update
|
||||||
sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre libgsasl gnutls libidn libgsasl pkg-config libxml2
|
brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre libgsasl gnutls libidn libgsasl pkg-config libxml2
|
||||||
sudo brew link libxml2
|
brew link libxml2
|
||||||
cabal update
|
cabal update
|
||||||
PATH=$HOME/bin:$PATH
|
PATH=$HOME/bin:$PATH
|
||||||
cabal install c2hs git-annex --bindir=$HOME/bin
|
cabal install c2hs git-annex --bindir=$HOME/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue