about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-06 22:32:35 +0000
committerbors <bors@rust-lang.org>2016-03-06 22:32:35 +0000
commit3340cb3df9c2582a080763908ac47102b1e90a95 (patch)
treec986eb88fccccfd0d8b5f50522454aa3efffa616
parent979aaafc5179c9bd7235e8871f2f3482b9597386 (diff)
parentaac94545052a7a05ddea60ec11c286d8b8b64235 (diff)
downloadrust-3340cb3df9c2582a080763908ac47102b1e90a95.tar.gz
rust-3340cb3df9c2582a080763908ac47102b1e90a95.zip
Auto merge of #32060 - inrustwetrust:patch-1, r=alexcrichton
Using spaces in the install path causes the issue in #31293.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a83f51e1571..4ea6e28546a 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ build.
 
 Download [MinGW from
 here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the
-`threads=win32,exceptions=dwarf/seh` flavor when installing. After installing,
+`threads=win32,exceptions=dwarf/seh` flavor when installing. Also, make sure to install to a path without spaces in it. After installing,
 add its `bin` directory to your `PATH`. This is due to [#28260](https://github.com/rust-lang/rust/issues/28260), in the future,
 installing from pacman should be just fine.