From 9ec89aa788812f55052becd2ca79c108e7149147 Mon Sep 17 00:00:00 2001 From: Peter Cole <55573154+peter7cole@users.noreply.github.com> Date: Mon, 11 Jan 2021 12:59:31 -0800 Subject: [PATCH] Update homebrew.md (#1601) The command for listing installed applications has changed. `Error: Calling brew cask list is disabled! Use brew list [--cask] instead.` --- homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebrew.md b/homebrew.md index 3947baec4..5b0275856 100644 --- a/homebrew.md +++ b/homebrew.md @@ -45,7 +45,7 @@ category: CLI | Command | Description | | --- | --- | | `brew cask install firefox` | Install the Firefox browser | -| `brew cask list` | List installed applications | +| `brew list --cask` | List installed applications | Cask commands are used for interacting with graphical applications.