Update windows install instructions (#4530)
This commit is contained in:
parent
f6710879d1
commit
f41f28b662
@ -52,7 +52,8 @@ ### Void Linux
|
|||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
Helix can be installed using [Scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org/).
|
Helix can be installed using [Scoop](https://scoop.sh/), [Chocolatey](https://chocolatey.org/)
|
||||||
|
or [MSYS2](https://msys2.org/).
|
||||||
|
|
||||||
**Scoop:**
|
**Scoop:**
|
||||||
|
|
||||||
@ -66,6 +67,23 @@ ## Windows
|
|||||||
choco install helix
|
choco install helix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**MSYS2:**
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S mingw-w64-i686-helix
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S mingw-w64-x86_64-helix
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S mingw-w64-ucrt-x86_64-helix
|
||||||
|
```
|
||||||
|
|
||||||
## Build from source
|
## Build from source
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user