Browse Source

Clarify that brewu updates AND upgrades

As homebrew includes both an update and upgrade command, it is beneficial to clarify that this performs both, rather than just the update.
master
Kevin Kirsche 7 years ago committed by Kaleb Elwert
parent
commit
25d8db301d
  1. 2
      modules/homebrew/README.md

2
modules/homebrew/README.md

@ -14,7 +14,7 @@ Aliases
- `brewl` lists installed formulae. - `brewl` lists installed formulae.
- `brewo` lists brews which have an update available. - `brewo` lists brews which have an update available.
- `brews` searches for a formula. - `brews` searches for a formula.
- `brewu` updates Homebrew and formulae. - `brewu` updates and upgrades Homebrew packages and formulae.
- `brewx` uninstalls a formula. - `brewx` uninstalls a formula.
### Homebrew Cask ### Homebrew Cask

Loading…
Cancel
Save