From 9d89fe00cea52a98767145e6e96563190d6fe0cf Mon Sep 17 00:00:00 2001 From: Justin P Date: Tue, 22 Dec 2020 21:17:14 -0600 Subject: [PATCH] The homebrew team has taken out using `brew cask...` as a command. Its just `brew...` now, and you only include a `...--cask` modifier if there is an app listed in both a cask and the regular repo --- Chromium-Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index b9f353b..ea2748a 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -22,7 +22,7 @@ Google Chrome 73.0.3683.75 beta # should be >v59 ### macOS If you already have `/Applications/Chromium.app`, you don't need to run this. ```bash -brew cask install chromium-browser +brew install chromium ``` ### Ubuntu/Debian @@ -37,7 +37,7 @@ apt install chromium-browser ### macOS If you already have `/Applications/Google Chrome.app`, you don't need to run this. ```bash -brew cask install google-chrome +brew install google-chrome ``` ### Ubuntu/Debian If you already have `google-chrome` >= v59 installed (run `google-chrome --version`, you don't need to run this.