sudo install homebrew code example
Example 1: install homebrew on ubuntu
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
mkdir ~/.linuxbrew/bin
ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin
eval $(~/.linuxbrew/bin/brew shellenv)
Example 2: homebrew install mac
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Example 3: install homebre windows
// homebre for MacOs. Windows Users use https://chocolatey.org
//Install Chocolatey
https://chocolatey.org/install