1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-01-13 14:32:03 +01:00

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

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.