How to install Homebrew
Installation To install Homebrew, open Terminal, install the Command Line Tools for Xcode using the command
% sudo xcode-select --install and then run the script
% /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" answering the questions that appear on the terminal. Once the installation is complete, it’s always a good idea to run
% brew doctor to check that the installation process was successful.
IT
EN