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