diff options
Diffstat (limited to 'docs/contributing/building_from_source.md')
-rw-r--r-- | docs/contributing/building_from_source.md | 8 |
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 |