X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=cb5d71477d81026f6b71e6d4fc9a24aff3c4b00a;hb=402f863d8ac2e69abf415d9ed9c1b9984e037700;hp=a7e23d8ac2caaeaedb3de1fe8b2aaabc790506f2;hpb=c3a09fba84d74365710442a51450c8f287836e7c;p=rust.git diff --git a/README.md b/README.md index a7e23d8ac2c..cb5d71477d8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ standard library, and documentation. [Rust]: https://www.rust-lang.org -**Note: this README is for _users_ rather than _contributors_.** +**Note: this README is for _users_ rather than _contributors_. +If you wish to _contribute_ to the compiler, you should read the +[Getting Started][gettingstarted] of the rustc-dev-guide instead of this +section.** ## Quick Start @@ -18,10 +21,6 @@ Read ["Installation"] from [The Book]. ## Installing from Source -**Note: If you wish to _contribute_ to the compiler, you should read the -[Getting Started][gettingstarted] of the rustc-dev-guide instead of this -section.** - The Rust build system uses a Python script called `x.py` to build the compiler, which manages the bootstrapping process. More information about it can be found by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild]. @@ -243,6 +242,8 @@ The Rust community congregates in a few places: If you are interested in contributing to the Rust project, please take a look at the [Getting Started][gettingstarted] guide in the [rustc-dev-guide]. +[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org + ## License Rust is primarily distributed under the terms of both the MIT license