X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=a83f51e157155cfcdd893f643549506de3d9c710;hb=76608c8e0a09687e485b8a1eb0b47156ac54a7f3;hp=636c8adfa91e9f0d9236506d49869220e58780a4;hpb=077f4eeb8485e5a1437f6e27973a907ac772b616;p=rust.git diff --git a/README.md b/README.md index 636c8adfa91..a83f51e1571 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and documentation. Read ["Installing Rust"] from [The Book]. -["Installing Rust"]: https://doc.rust-lang.org/book/installing-rust.html +["Installing Rust"]: https://doc.rust-lang.org/book/getting-started.html#installing-rust [The Book]: https://doc.rust-lang.org/book/index.html ## Building from Source @@ -17,7 +17,7 @@ Read ["Installing Rust"] from [The Book]. 1. Make sure you have installed the dependencies: * `g++` 4.7 or `clang++` 3.x - * `python` 2.7 or later (but not 3.x) + * `python` 2.7 (but not 3.x) * GNU `make` 3.81 or later * `curl` * `git` @@ -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. ```