OSDN Git Service

Regular updates
[twpd/master.git] / homebrew.md
index 5ea89ec..f25eec6 100644 (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                      |
@@ -34,6 +35,7 @@ category: CLI
 | Command         | Description              |
 | ---             | ---                      |
 | `brew update`   | Update brew and cask     |
+| `brew upgrade`  | Upgrade all packages     |
 | `brew list`     | List installed           |
 | `brew outdated` | What's due for upgrades? |
 | `brew doctor`   | Diagnose brew issues     |
@@ -42,8 +44,8 @@ category: CLI
 
 | Command                       | Description                           |
 | ---                           | ---                                   |
-| `brew cask install firefox`   | Install the Firefox browser           |
-| `brew cask list`              | List installed applications           |
+| `brew install --cask firefox` | Install the Firefox browser           |
+| `brew list --cask`            | List installed applications           |
 
 Cask commands are used for interacting with graphical applications.