上QQ阅读APP看书,第一时间看更新
Installing Homebrew for macOS
Homebrew is a CLI-based package manager for macOS, which can be used for automated software installation. To install Homebrew on macOS, you will need to run a command shell.
- Launch Spotlight Search with ⌘ + Space
- Type in terminal
- Execute the following command in the Terminal to install the Homebrew package manager:
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Verify your Homebrew installation by executing brew
- You should see a similar output, as follows:
Successful installation of Homebrew
- To enable access to additional software, execute the following command:
$ brew tap caskroom/cask
For more information, check out: https://brew.sh/.