Homebrew install on Catalina

Homebrew can be install easily on catalina:

xcode-select --install

Accept the installation of the command line developer tools.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Check the installation with:

brew -v

Leave a Reply

Your email address will not be published. Required fields are marked *