Homebrew — The missing package manager for macOS
brew
is a tool like yum
on OS based on Linux and used to install missing package for the OS
Install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Paste above script on your terminal
Usage
For example, you want to see folder structure on Window or Linux you may use the tree
command, but sometime on MacOS Sierra this command is unavailable, to use tree
command on MacOS Sierra, install it by below command
brew install tree
https://myweb.pro.vn/post/view/-Homebrew-—-The-missing-package-manager-for-macOS/6081/734
Hompage : https://brew.sh/