mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
book: Clarify install commands for msys2 in Windows (#5363)
This commit is contained in:
parent
873434b927
commit
6ae092acce
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue