Skip to content

Commit d3b367e

Browse files
committed
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](msys2/MSYS2-packages#163 (comment)). I thought it would be good to update the README so people don't get frustrated. 😃 r? @steveklabnik
2 parents d503524 + 7ab8ed8 commit d3b367e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ Read ["Installing Rust"] from [The Book].
6565
tools.
6666
6767
```sh
68+
# Update package mirrors (may be needed if you have a fresh install of MSYS2)
69+
$ pacman -Sy pacman-mirrors
70+
6871
# Choose one based on platform:
6972
$ pacman -S mingw-w64-i686-toolchain
7073
$ pacman -S mingw-w64-x86_64-toolchain

0 commit comments

Comments
 (0)