diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-09-07 11:16:03 +0200 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-09-07 08:55:08 -0400 |
| commit | 1bb94b708e325d665f6ac5517e4f5b504e1b1f73 (patch) | |
| tree | 0590f98abff07b3a53f3ad9b5cea346a4336e51d /src/doc/rustc-dev-guide | |
| parent | 26d3f1fb5cb906e99843f6c51143e2326cc5640f (diff) | |
| download | rust-1bb94b708e325d665f6ac5517e4f5b504e1b1f73.tar.gz rust-1bb94b708e325d665f6ac5517e4f5b504e1b1f73.zip | |
Update src/building/how-to-build-and-run.md
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md index f5262232267..1e67024988b 100644 --- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md +++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md @@ -6,7 +6,7 @@ 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, +For instructions on how to install Python and other prerequisites, see [the next page](./prerequisites.md). ## Get the source code |
