How to Install Brew on Mac OS X?

Open Terminal

Paste the following command:

`/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”`

Press Enter

Enter your Mac password if prompted

Follow the on-screen instructions

Add Homebrew to your shell profile if prompted

Verify installation with:

`brew –version`

Update Homebrew with:

`brew update`

Suggested for You

Trending Today