From 17cb8b1d4e83953eaae989a2dc3525116c79fcbe Mon Sep 17 00:00:00 2001 From: L1Cafe <1c3c27f443dae92fdebdd5e59405379766a865f3@liiru.xyz> Date: Wed, 23 Dec 2020 13:42:52 +0000 Subject: [PATCH] Fixed macOS install instructions The process to install macOS packages through Homebrew Cask has changed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da05d01..77788fd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ #### Install with Brew (Mac) If you are on a Mac and have [Homebrew](https://brew.sh/) installed: ```bash -brew cask install vscodium +brew install --cask vscodium ``` _Note for Mac OS X Mojave users: if you see "App can't be opened because Apple cannot check it for malicious software" when opening VSCodium the first time, you can right-click the application and choose Open. This should only be required the first time opening on Mojave._