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...
Open Terminal
Check for Command Line Tools by running `xcode-select --install`
Visit `https://brew.sh`
Copy the Homebrew install command from the website
Paste the command into Terminal
Press Enter
Enter your...
Open Terminal
Check if Command Line Tools are installed by running `xcode-select --install`
Paste the Homebrew installation command:
`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
Follow the on-screen prompts
Enter your...