Skip to content

Commit

Permalink
book: Clarify install commands for msys2 in Windows (#5363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 authored Jan 7, 2023
1 parent 873434b commit 6ae092a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,21 @@ choco install helix

**MSYS2:**

Choose the proper command for your system from below:

- For 32 bit Windows 7 or above:

```
pacman -S mingw-w64-i686-helix
```

or
- For 64 bit Windows 7 or above:

```
pacman -S mingw-w64-x86_64-helix
```

or
- For 64 bit Windows 8.1 or above:

```
pacman -S mingw-w64-ucrt-x86_64-helix
Expand Down

0 comments on commit 6ae092a

Please sign in to comment.