mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-19 13:46:03 +10:00
Add instruction to install with winget
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
## Table of Contents
|
## Table of Contents
|
||||||
- [Download/Install](#download-install)
|
- [Download/Install](#download-install)
|
||||||
- [Install with Brew](#install-with-brew)
|
- [Install with Brew](#install-with-brew)
|
||||||
|
- [Install with Windows Package Manager (WinGet)](#install-with-winget)
|
||||||
- [Install with Chocolatey](#install-with-choco)
|
- [Install with Chocolatey](#install-with-choco)
|
||||||
- [Install with Scoop](#install-with-scoop)
|
- [Install with Scoop](#install-with-scoop)
|
||||||
- [Install with snap](#install-with-snap)
|
- [Install with snap](#install-with-snap)
|
||||||
@@ -45,6 +46,12 @@ brew cask install vscodium
|
|||||||
|
|
||||||
_Note for Mac OS X Mojave users: if you see "App can't be opened because Apple cannot check it for malicious software" when opening VSCodium the first time, you can right-click the application and choose Open. This should only be required the first time opening on Mojave._
|
_Note for Mac OS X Mojave users: if you see "App can't be opened because Apple cannot check it for malicious software" when opening VSCodium the first time, you can right-click the application and choose Open. This should only be required the first time opening on Mojave._
|
||||||
|
|
||||||
|
#### <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
|
||||||
|
```
|
||||||
|
|
||||||
#### <a id="install-with-choco"></a>Install with Chocolatey (Windows)
|
#### <a id="install-with-choco"></a>Install with Chocolatey (Windows)
|
||||||
If you use Windows and have [Chocolatey](https://chocolatey.org) installed (thanks to [@Thilas](https://github.com/Thilas)):
|
If you use Windows and have [Chocolatey](https://chocolatey.org) installed (thanks to [@Thilas](https://github.com/Thilas)):
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user