Install Homebrew on OSX
Published on 23 June 2014 at 15:22 by
To install Homebrew on OSX, simply run this command in your terminal:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
Now test it works:
brew --version
Before using it to install anything, be sure to quickly run:
brew doctor
For more information on Homebrew, visit the Homebrew wiki.