mirror of
https://github.com/VSCodium/vscodium
synced 2024-11-05 18:53:28 +00:00
docs: clarify winget install command (#1251)
This commit is contained in:
parent
e7f41946a4
commit
6333caaf8a
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ brew install --cask vscodium
|
|||
#### <a id="install-with-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
|
||||
winget install vscodium
|
||||
```cmd
|
||||
winget install -e --id VSCodium.VSCodium
|
||||
```
|
||||
|
||||
#### <a id="install-with-choco"></a>Install with Chocolatey (Windows)
|
||||
|
|
Loading…
Reference in a new issue