From 3e12cb0b4396e9689a12540f75343bdcfd12585d Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 11 Feb 2021 10:40:13 +1100 Subject: [PATCH] homebrew: fix cask install command --- homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebrew.md b/homebrew.md index 5b0275856..f25eec66b 100644 --- a/homebrew.md +++ b/homebrew.md @@ -44,7 +44,7 @@ category: CLI | Command | Description | | --- | --- | -| `brew cask install firefox` | Install the Firefox browser | +| `brew install --cask firefox` | Install the Firefox browser | | `brew list --cask` | List installed applications | Cask commands are used for interacting with graphical applications.