Expand macOS Homebrew commands

This commit is contained in:
James Skemp 2022-08-15 17:44:17 +00:00
parent 3b015b7de4
commit b77c0e4ab7
1 changed files with 4 additions and 0 deletions

View File

@ -3,5 +3,9 @@
## Homebrew
```bash
brew update
# Install example.
brew install git
# List outdated formulae.
brew outdated
brew upgrade
```