summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-26 01:49:36 +0200
committermo8it <mo8it@proton.me>2024-04-26 01:49:36 +0200
commitbe4dfe8be036e451e8763444e4de9e7428b88f40 (patch)
tree4ffb535d443b1e29ccdbf16be2da1417f8613545 /README.md
parente230ffcf03075c64b5bff9570b53ed86605c742e (diff)
Add hint about updating Rust
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff111e8..4b47399 100644
--- a/README.md
+++ b/README.md
@@ -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: