From 1d1ae0a6617d05b78bc5c237d0d4c93c48cb3ec5 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Fri, 30 Apr 2021 19:12:41 -0500 Subject: [PATCH] homebrew: Update documentation --- modules/homebrew/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/homebrew/README.md b/modules/homebrew/README.md index 1d29871..9a51725 100644 --- a/modules/homebrew/README.md +++ b/modules/homebrew/README.md @@ -23,15 +23,16 @@ Aliases - `brewl` lists installed formulae. - `brewo` lists brews which have an update available. - `brews` searches for a formula. - - `brewu` updates and upgrades Homebrew packages and formulae. + - `brewu` upgrades outdated formulae. - `brewx` uninstalls a formula. ### Homebrew Cask - - `cask` is aliased to `brew cask`. - `caski` installs a cask. - `caskl` lists installed casks. - `casko` lists casks which have an update available. + - `casks` searches for a cask. + - `casku` upgrades outdated casks. - `caskx` uninstalls a cask. Authors