docs: choco install for insiders

This commit is contained in:
Simon Sobisch 2023-10-06 13:31:31 +02:00 committed by GitHub
parent 5e61d7d3db
commit 0851b9abd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)