Skip to content

Commit

Permalink
Update windows install instructions (#4530)
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov committed Oct 30, 2022
1 parent f671087 commit f41f28b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ sudo xbps-install helix

## 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:**

Expand All @@ -66,6 +67,23 @@ scoop 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

Expand Down

0 comments on commit f41f28b

Please sign in to comment.