mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2025-12-10 03:54:23 -06:00
change code fence on windows to use cmd
This commit is contained in:
parent
e5408acf45
commit
a542949e4a
@ -33,7 +33,7 @@ _Note for Mac OS X Mojave users: if you see "App can't be opened because Apple c
|
||||
<a tabindex="-1" aria-hidden="true" id="winget" href="#winget"></a>
|
||||
### Install with Windows Package Manager (WinGet)
|
||||
If you use Windows and have [Windows Package Manager](https://github.com/microsoft/winget-cli) installed:
|
||||
```bash
|
||||
```cmd
|
||||
winget install vscodium
|
||||
```
|
||||
|
||||
@ -42,7 +42,7 @@ winget install vscodium
|
||||
<a tabindex="-1" aria-hidden="true" id="chocolatey" href="#chocolatey"></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
|
||||
choco install vscodium
|
||||
```
|
||||
|
||||
@ -52,10 +52,10 @@ choco install vscodium
|
||||
<a tabindex="-1" aria-hidden="true" id="scoop" href="#scoop"></a>
|
||||
### Install with Scoop (Windows)
|
||||
If you use Windows and have [Scoop](https://scoop.sh/) installed:
|
||||
```bash
|
||||
```cmd
|
||||
scoop bucket add extras
|
||||
```
|
||||
```bash
|
||||
```cmd
|
||||
scoop install vscodium
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user