From 7583fd0979ee35144c7df078d00aa2e78b510be9 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 27 Aug 2020 18:59:36 +1000 Subject: docs(build): details on updating rust (#7133) --- docs/contributing/building_from_source.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/contributing/building_from_source.md') 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 -- cgit v1.2.3