Short and to the point!
Install brew
In the terminal just type this command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Two additional commands
Sometimes the installation proccess requires to add two more commands, this is something that the brew installation command output returns, here mine:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/<your-machine-username>/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
Top comments (0)