Auto merge of #76418 - jyn514:readme, r=Dylan-DPC
Move sections about contributing closer together in the README This makes it easier to find what to do if you're interested in contributing.
This commit is contained in:
commit
78f4cbb1ef
1 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,10 @@ standard library, and documentation.
|
||||||
|
|
||||||
[Rust]: https://www.rust-lang.org
|
[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
|
## Quick Start
|
||||||
|
|
||||||
|
@ -18,10 +21,6 @@ Read ["Installation"] from [The Book].
|
||||||
|
|
||||||
## Installing from Source
|
## 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,
|
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
|
which manages the bootstrapping process. More information about it can be found
|
||||||
by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
|
by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue