浏览代码

Fixed macOS install instructions

The process to install macOS packages through Homebrew Cask has changed.
L1Cafe 4 年之前
父节点
当前提交
17cb8b1d4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -40,7 +40,7 @@
 #### <a id="install-with-brew"></a>Install with Brew (Mac)
 #### <a id="install-with-brew"></a>Install with Brew (Mac)
 If you are on a Mac and have [Homebrew](https://brew.sh/) installed:
 If you are on a Mac and have [Homebrew](https://brew.sh/) installed:
 ```bash
 ```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._
 _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._