Skip to content

Commit 78f4cbb

Browse files
committedSep 9, 2020
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.
2 parents 90782cb + aee0ef1 commit 78f4cbb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ standard library, and documentation.
77

88
[Rust]: https://www.rust-lang.org
99

10-
**Note: this README is for _users_ rather than _contributors_.**
10+
**Note: this README is for _users_ rather than _contributors_.
11+
If you wish to _contribute_ to the compiler, you should read the
12+
[Getting Started][gettingstarted] of the rustc-dev-guide instead of this
13+
section.**
1114

1215
## Quick Start
1316

@@ -18,10 +21,6 @@ Read ["Installation"] from [The Book].
1821

1922
## Installing from Source
2023

21-
**Note: If you wish to _contribute_ to the compiler, you should read the
22-
[Getting Started][gettingstarted] of the rustc-dev-guide instead of this
23-
section.**
24-
2524
The Rust build system uses a Python script called `x.py` to build the compiler,
2625
which manages the bootstrapping process. More information about it can be found
2726
by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].

0 commit comments

Comments
 (0)