add uninstall command (#1322)

add uninstall command
This commit is contained in:
Rico Sta. Cruz 2020-01-28 11:04:28 +11:00 committed by GitHub
commit 48a96fd920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ category: CLI
| Command | Description |
| --- | --- |
| `brew install git` | Install a package |
| `brew uninstall git` | Remove/Uninstall a package |
| `brew upgrade git` | Upgrade a package |
| --- | --- |
| `brew unlink git` | Unlink |