summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Lupton <b@lupton.cc>2020-08-27 18:59:36 +1000
committerGitHub <noreply@github.com>2020-08-27 10:59:36 +0200
commit7583fd0979ee35144c7df078d00aa2e78b510be9 (patch)
treeea778be8261722903b78e6dd97a4e58b11be3452
parent6d964fc607f78b1652a4e04e8a7cf3672fac9d61 (diff)
docs(build): details on updating rust (#7133)
-rw-r--r--docs/contributing/building_from_source.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/contributing/building_from_source.md b/docs/contributing/building_from_source.md
index a49800cae..0bfcd92b0 100644
--- a/docs/contributing/building_from_source.md
+++ b/docs/contributing/building_from_source.md
@@ -25,9 +25,11 @@ Extra steps for Windows users:
### Prerequisites
-You will need to [install Rust](https://www.rust-lang.org/tools/install). Make
-sure to fetch the latest stable release as Deno does not support nightly builds.
-Check that you have the required tools:
+> Deno requires the progressively latest stable release of Rust. Deno does not
+> support the Rust nightlies.
+
+[Update or Install Rust](https://www.rust-lang.org/tools/install). Check that
+Rust installed/updated correctly:
```
rustc -V