mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
docs: choco install for insiders
This commit is contained in:
@@ -76,8 +76,12 @@ winget install -e --id VSCodium.VSCodium.Insiders
|
|||||||
#### <a id="install-with-choco"></a>Install with Chocolatey (Windows)
|
#### <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)):
|
If you use Windows and have [Chocolatey](https://chocolatey.org) installed (thanks to [@Thilas](https://github.com/Thilas)):
|
||||||
```bash
|
```cmd
|
||||||
|
:: stable
|
||||||
choco install vscodium
|
choco install vscodium
|
||||||
|
|
||||||
|
:: insider
|
||||||
|
choco install vscodium-insiders
|
||||||
```
|
```
|
||||||
|
|
||||||
#### <a id="install-with-scoop"></a>Install with Scoop (Windows)
|
#### <a id="install-with-scoop"></a>Install with Scoop (Windows)
|
||||||
|
|||||||
Reference in New Issue
Block a user