Installing Homebrew


Step 1

In your terminal type:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Note: You may have to enter your password.

If you're installation failed, follow the instructions at https://github.com/Homebrew/homebrew/wiki/installation.

Step 2

Let's check if Homebrew installed successfully. In your terminal type:

brew -v

You should see:

Homebrew 1.2.2

What follows the 2 isn't too important.