change code fence on windows to use cmd

This commit is contained in:
Simon Sobisch 2022-10-20 21:41:10 +02:00 committed by GitHub
parent e5408acf45
commit a542949e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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