diff options
| author | bors <bors@rust-lang.org> | 2015-08-29 01:43:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-08-29 01:43:16 +0000 |
| commit | d3b367efb31200365bba8ce77c74c66bc628eec1 (patch) | |
| tree | 0a139abdeeebc14ba8988c8d6ff175679fe0cee4 | |
| parent | d50352419eedf95f40dc317c7d5a7fc586189e05 (diff) | |
| parent | 7ab8ed84fd939364a48f3bf5c99cd67f3a389bc1 (diff) | |
| download | rust-d3b367efb31200365bba8ce77c74c66bc628eec1.tar.gz rust-d3b367efb31200365bba8ce77c74c66bc628eec1.zip | |
Auto merge of #28042 - Jake-Shadle:master, r=steveklabnik
Encountered an issue with `pacman` while going through the guide for installing the `mingw` toolchain on Windows with `msys2`, after some googling I found the [solution](https://github.com/Alexpux/MSYS2-packages/issues/163#issuecomment-73555971). I thought it would be good to update the README so people don't get frustrated. :smiley: r? @steveklabnik
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index 391ada0efef..67285da2e3a 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,9 @@ Read ["Installing Rust"] from [The Book]. tools. ```sh + # Update package mirrors (may be needed if you have a fresh install of MSYS2) + $ pacman -Sy pacman-mirrors + # Choose one based on platform: $ pacman -S mingw-w64-i686-toolchain $ pacman -S mingw-w64-x86_64-toolchain |
