![Angular 6 for Enterprise:Ready Web Applications](https://wfqqreader-1252317822.image.myqcloud.com/cover/801/36699801/b_36699801.jpg)
上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:
![](https://epubservercos.yuewen.com/9CD050/19470392701561706/epubprivate/OEBPS/Images/Chapter_56.jpg?sign=1739328275-Qp2NpQPRRkIEOFsU0obXvW5vmHHcJ7Rq-0-1d1faeaf27e7308cc08289e04875411d)
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/.