mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Add hint about updating Rust
This commit is contained in:
parent
e230ffcf03
commit
be4dfe8be0
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ The following command will download and compile Rustlings:
|
|||
cargo install rustlings@6.0.0-beta.3 --locked
|
||||
```
|
||||
|
||||
If the installation failes, make sure you have the latest Rust version by running `rustup update`.
|
||||
Otherwise, please [report an issue](https://github.com/rust-lang/rustlings/issues/new).
|
||||
|
||||
### Initialization
|
||||
|
||||
After installing Rustlings, run the following command to initialize the `rustlings/` directory:
|
||||
|
|
Loading…
Reference in a new issue