X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=514e420ca457cab879d3daae5746caf370dcdd4f;hb=8ef8d5702909828df1a1d93b6c437a98a240a01e;hp=7eb5e8067eda2d1e30d9e6ff10e8648042bf8201;hpb=bc38143ad217c8dcf79049f178eccd84211d5956;p=rust.git diff --git a/README.md b/README.md index 7eb5e8067ed..514e420ca45 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,13 @@ Read ["Installation"] from [The Book]. ["Installation"]: https://doc.rust-lang.org/book/ch01-01-installation.html [The Book]: https://doc.rust-lang.org/book/index.html -## Building from Source +## Installing from Source [building-from-source]: #building-from-source +_Note: If you wish to contribute to the compiler, you should read +[this chapter](https://rust-lang.github.io/rustc-guide/how-to-build-and-run.html) +of the rustc-guide instead._ + ### Building on *nix 1. Make sure you have installed the dependencies: @@ -38,7 +42,6 @@ Read ["Installation"] from [The Book]. 3. Build and install: ```sh - $ git submodule update --init --recursive --progress $ ./x.py build && sudo ./x.py install ```