Installing Homebrew
1. Open a new Terminal window
2. Enter the following command into the Terminal window and hit return
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- During the process, you will be asked to press
return
to continue. - During the process, you will be asked to enter your computer's password.
NOTE
When entering the password, your cursor will not move or change. If you make a mistake, hit return
and try again.
3. Enter the following command into the Terminal window and hit return
brew doctor
4. Close the Terminal window