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:
Joshua Nelson 2020-09-06 15:00:21 -04:00 committed by Joshua Nelson
parent 33efb2a2ab
commit 5fac3dca3d
1 changed files with 3 additions and 0 deletions

View File

@ -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: