Key Takeaways
Install Homebrew on a Mac by running the following command in Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
You can then run "brew install" to install software.
Homebrew is a package manager that makes installing open-source utilities and full-blown apps as easy as typing a few commands into Terminal.
Install Homebrew on a Mac by running the following command in Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
You can then run "brew install" to install software.