Homebrew
Installing HomeBrew
When you get a new MAC, it’s recommended to install HomeBrew first.
HomeBrew is a package manager for Mac that makes it easy to install UNIX tools and software not included in macOS.
Installing HomeBrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Verifying HomeBrew Installation
After installing HomeBrew, run the following command in Terminal to verify the installation:
brew doctor

Reference Links
Article Title: Homebrew
Author:
Published: April 30, 2018
Copyright: This article is licensed under CC BY-NC-SA 4.0 . Please keep attribution when reusing.
Comments