소스 검색

Merge pull request #596 from L1Cafe/patch-1

Fixed macOS install instructions
Peter Squicciarini 4 년 전
부모
커밋
5811dab0eb
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._