book: Clarify install commands for msys2 in Windows (#5363)

pull/3/head
Biswapriyo Nath 1 year ago committed by GitHub
parent 873434b927
commit 6ae092acce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save