summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-02 14:45:19 +0200
committermo8it <mo8it@proton.me>2024-07-02 14:45:19 +0200
commit43eb014026e1c719bd0926cd2cb5fc7b8a18ae1f (patch)
tree7d5da76af881c326589abe98ffc72f7d085bdd7e
parent2d792651ea5d500537e23d2825b919cff769d30b (diff)
Update README
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index c0de89d..9463038 100644
--- a/README.md
+++ b/README.md
@@ -32,19 +32,15 @@ This'll also install _Cargo_, Rust's package/project manager.
The following command will download and compile Rustlings:
-<!-- TODO: Remove @6.0.0-beta.x -->
-
```bash
-cargo install rustlings@6.0.0-beta.9
+cargo install rustlings
```
<details>
<summary><strong>If the installation fails…</strong> (<em>click to expand</em>)</summary>
-<!-- TODO: Remove @6.0.0-beta.x -->
-
- Make sure you have the latest Rust version by running `rustup update`
-- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.9 --locked`
+- Try adding the `--locked` flag: `cargo install rustlings --locked`
- Otherwise, please [report the issue](https://github.com/rust-lang/rustlings/issues/new)
</details>
@@ -88,6 +84,9 @@ We highly recommend that you have a look at them before you start 📚️
Most exercises contain an error that keeps them from compiling, and it's up to you to fix it!
Some exercises contain tests that need to pass for the exercise to be done ✅
+Search for `TODO` and `todo!()` to find out what you need to change.
+Ask for hints by entering `h` in the _watch mode_ 💡
+
### Watch Mode
After [initialization](#initialization), Rustlings can be launched by simply running the command `rustlings`.