1
Fork 0

Rollup merge of #30949 - MrMormon:patch-1, r=alexcrichton

‌ ‌▲
▲‌ ▲
This commit is contained in:
Manish Goregaokar 2016-01-17 17:25:48 +05:30
commit a993669a40

View file

@ -78,7 +78,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,
add its `bin` directory to your `PATH`. This is due to #28260, in the future,
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.
```