]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Auto merge of #28455 - nrc:span-bang, r=alexcrichton
[rust.git] / README.md
index 391ada0efef17270eed5a461cde769b9779c65d9..67285da2e3a6518294d898bd6fc4eab7d310f7a3 100644 (file)
--- 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