Sunday, December 12, 2010

Installing Homebrew on OSX


sudo chown -R $USER:staff /usr/local

curl -Lsf http://github.com/mxcl/homebrew/tarball/master | tar xvz -C/usr/local --strip 1

brew install git

git clone http://github.com/mxcl/homebrew.git /tmp/homebrew
mv /tmp/homebrew/.git /usr/local/
rm -rf /tmp/homebrew


references: http://userprimary.net/posts/2010/08/19/installing-homebrew-for-OSX/

No comments:

Blog Archive