Move sections about contributing closer together

This commit is contained in:
Joshua Nelson 2020-09-06 15:14:29 -04:00
parent 7d289aeade
commit 3ecfd5ca51
1 changed files with 3 additions and 4 deletions

View File

@ -8,6 +8,9 @@ standard library, and documentation.
[Rust]: https://www.rust-lang.org
**Note: this README is for _users_ rather than _contributors_.**
**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.**
## 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].