Publish frequently used Homebrew Cask commands

Publish frequently used Homebrew Cask commands which I have found useful.
This commit is contained in:
Nicholas Chen 2019-09-16 21:54:09 -04:00 committed by GitHub
parent c353827bc4
commit f2f6cafab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,13 @@ category: CLI
| `brew list` | List installed | | `brew list` | List installed |
| `brew outdated` | What's due for upgrades? | | `brew outdated` | What's due for upgrades? |
### Brew Cask commands (for interacting with graphical applications)
| Command | Description |
| --- | --- |
| `brew cask install firefox` | Install the Firefox browser |
| `brew cask list` | List installed applications |
## Also see ## Also see
{: .-one-column} {: .-one-column}