mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs(build): details on updating rust (#7133)
This commit is contained in:
parent
6d964fc607
commit
7583fd0979
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue