Link to 'prerequisites' immediately
Several of the commands on 'how to build' use python. But we haven't yet told the user how to install it! Do that first before going into detail on how x.py works.
This commit is contained in:
parent
33efb2a2ab
commit
5fac3dca3d
|
|
@ -6,6 +6,9 @@ be hacking on `rustc`, you'll want to tweak the configuration of the compiler.
|
|||
The default configuration is oriented towards running the compiler as a user,
|
||||
not a developer.
|
||||
|
||||
For instructions on how to install python and other prerequisites,
|
||||
see [the next page](./prerequisites.md).
|
||||
|
||||
## Get the source code
|
||||
|
||||
The very first step to work on `rustc` is to clone the repository:
|
||||
|
|
|
|||
Loading…
Reference in New Issue