Update homebrew.md (#1601)

The command for listing installed applications has changed.
`Error: Calling brew cask list is disabled! Use brew list [--cask] instead.`
This commit is contained in:
Peter Cole 2021-01-11 12:59:31 -08:00 committed by GitHub
parent e2a59f4ff9
commit 9ec89aa788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ category: CLI
| Command | Description |
| --- | --- |
| `brew cask install firefox` | Install the Firefox browser |
| `brew cask list` | List installed applications |
| `brew list --cask` | List installed applications |
Cask commands are used for interacting with graphical applications.