about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2016-06-10 21:16:45 +0900
committerGitHub <noreply@github.com>2016-06-10 21:16:45 +0900
commite31210aac3d510b33e8d7384fbe6dc4dda9c0dc1 (patch)
tree9fb49f6e7fd12f952b09452d7d717f6b3cfc5312
parent493f14903e74d37c38fd16b25ad1bc2a017530ee (diff)
parentd592675de6657fdd15ba8570611cda18863210a5 (diff)
downloadrust-e31210aac3d510b33e8d7384fbe6dc4dda9c0dc1.tar.gz
rust-e31210aac3d510b33e8d7384fbe6dc4dda9c0dc1.zip
Rollup merge of #34159 - seventh-chord:master, r=alexcrichton
Updated README to account for changes in MSYS2

One of the newest versions of MSYS2 now only has one .cmd file which replaces the old bat files. It has to be used to launch the mingw32/64 shell.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e476b4f357..80d2b7c42d8 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,8 @@ installing from pacman should be just fine.
 
 3. Run `mingw32_shell.bat` or `mingw64_shell.bat` from wherever you installed
    MSYS2 (i.e. `C:\msys`), depending on whether you want 32-bit or 64-bit Rust.
+   (As of the latest version of MSYS2 you have to run `msys2_shell.cmd -mingw32`
+   or `msys2_shell.cmd -mingw64` from the command line instead)
 
 4. Navigate to Rust's source code, configure and build it: