From d1170027197cad66756291818cc43f7cbc5b8050 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 7 Sep 2020 11:16:03 +0200 Subject: [PATCH] Update src/building/how-to-build-and-run.md --- src/building/how-to-build-and-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/how-to-build-and-run.md b/src/building/how-to-build-and-run.md index f5262232..1e670249 100644 --- a/src/building/how-to-build-and-run.md +++ b/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