mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-04 18:30:21 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| Homebrew | https://brew.sh | Brew: The Missing Package Manager for macOS (and Linux). |
Updating brew
brew has its own built-in upgrade management.
brew update
brew upgrade
Cheat Sheet
Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.
How to install CLI packages
brew update
brew install node
How to install GUI packages
brew update
brew cask install docker
Where are things installed?
/usr/local/Cellar/
/opt/homebrew-cask/Caskroom/