X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=9d85487f793ef3389cd752b1d4c91d88b3f987cb;hb=61cbc84480e4d3bf525836cef715ad2a904452f4;hp=67285da2e3a6518294d898bd6fc4eab7d310f7a3;hpb=6f1014f3510f3c5cc2b524aa4cb18bf91c3fd50f;p=rust.git diff --git a/README.md b/README.md index 67285da2e3a..9d85487f793 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,14 @@ Read ["Installing Rust"] from [The Book]. ```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 + # Make git available in MSYS2 (if not already available on path) + $ pacman -S git + $ pacman -S base-devel ``` @@ -98,7 +101,7 @@ Building the documentation requires building the compiler, so the above details will apply. Once you have the compiler built, you can ```sh -$ make docs NO_REBUILD=1 +$ make docs NO_REBUILD=1 ``` To make sure you don’t re-build the compiler because you made a change