Adam K Dean

Install Homebrew on OSX

Published on 23 June 2014 at 15:22 by Adam

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.



This post was first published on 23 June 2014 at 15:22. It was filed under archive with tags homebrew, osx.