From a542949e4a51849c0a5d364d79180484f0e5be90 Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Thu, 20 Oct 2022 21:41:10 +0200 Subject: [PATCH] change code fence on windows to use cmd --- _posts/2000-01-05-install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2000-01-05-install.md b/_posts/2000-01-05-install.md index 288949a..9f011a1 100644 --- a/_posts/2000-01-05-install.md +++ b/_posts/2000-01-05-install.md @@ -33,7 +33,7 @@ _Note for Mac OS X Mojave users: if you see "App can't be opened because Apple c ### 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 ### 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 ### 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 ```