How To Install Homebrew On Mac OS X?

Open Terminal

Install Apple Command Line Tools by running: `xcode-select –install`

Wait for the installation to finish

Run the Homebrew install command:

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

Enter your Mac password if prompted

Follow the on-screen instructions

Add Homebrew to your shell profile if prompted

Verify the installation by running: `brew –version`

Suggested for You

Trending Today