소스 검색

docs: choco install for insiders

Simon Sobisch 1 년 전
부모
커밋
0851b9abd3
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -76,8 +76,12 @@ winget install -e --id VSCodium.VSCodium.Insiders
 #### <a id="install-with-choco"></a>Install with Chocolatey (Windows)
 
 If you use Windows and have [Chocolatey](https://chocolatey.org) installed (thanks to [@Thilas](https://github.com/Thilas)):
-```bash
+```cmd
+:: stable
 choco install vscodium
+
+:: insider
+choco install vscodium-insiders
 ```
 
 #### <a id="install-with-scoop"></a>Install with Scoop (Windows)