![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=1739313289-MGpIDYqanwCgSx3LrdyOo1TYRMFHR6EZ-0-755bb53f53d4d8f378c25d5925944eb3)
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/.