aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 90926ada..bdc8fc2c 100644
--- a/README.md
+++ b/README.md
@@ -61,12 +61,12 @@ and then install the mingw-w64 toolchain.
32-bit:
```bash
-pacman -S mingw-w64-x86_64-toolchain
+pacman -S mingw-w64-i686-toolchain
```
64-bit:
```bash
-pacman -S mingw-w64-i686-toolchain
+pacman -S mingw-w64-x86_64-toolchain
```
Alternatively, install OpenSSL from [here][1]. Cargo will not be able to find OpenSSL if it's