Skip to content

Commit 3ecfd5c

Browse files
committed
Move sections about contributing closer together
1 parent 7d289ae commit 3ecfd5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ standard library, and documentation.
88
[Rust]: https://www.rust-lang.org
99

1010
**Note: this README is for _users_ rather than _contributors_.**
11+
**Note: 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)