aboutsummaryrefslogtreecommitdiff
path: root/book/src/install.md
diff options
context:
space:
mode:
authorBiswapriyo Nath2023-01-07 05:46:45 +0000
committerGitHub2023-01-07 05:46:45 +0000
commit6ae092acceaf766f4e84f67b17547f2f9de678be (patch)
tree00cc82b610545009e0748667ac6ab8d4351f7594 /book/src/install.md
parent873434b9270829139076027b45c36eb21dd4b1cc (diff)
book: Clarify install commands for msys2 in Windows (#5363)
Diffstat (limited to 'book/src/install.md')
-rw-r--r--book/src/install.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/book/src/install.md b/book/src/install.md
index 44f13584..92097cfa 100644
--- a/book/src/install.md
+++ b/book/src/install.md
@@ -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