Skip to content

Commit 43eb014

Browse files
committed
Update README
1 parent 2d79265 commit 43eb014

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,15 @@ This'll also install _Cargo_, Rust's package/project manager.
3232

3333
The following command will download and compile Rustlings:
3434

35-
<!-- TODO: Remove @6.0.0-beta.x -->
36-
3735
```bash
38-
cargo install rustlings@6.0.0-beta.9
36+
cargo install rustlings
3937
```
4038

4139
<details>
4240
<summary><strong>If the installation fails…</strong> (<em>click to expand</em>)</summary>
4341

44-
<!-- TODO: Remove @6.0.0-beta.x -->
45-
4642
- Make sure you have the latest Rust version by running `rustup update`
47-
- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.9 --locked`
43+
- Try adding the `--locked` flag: `cargo install rustlings --locked`
4844
- Otherwise, please [report the issue](https://github.com/rust-lang/rustlings/issues/new)
4945

5046
</details>
@@ -88,6 +84,9 @@ We highly recommend that you have a look at them before you start 📚️
8884
Most exercises contain an error that keeps them from compiling, and it's up to you to fix it!
8985
Some exercises contain tests that need to pass for the exercise to be done ✅
9086

87+
Search for `TODO` and `todo!()` to find out what you need to change.
88+
Ask for hints by entering `h` in the _watch mode_ 💡
89+
9190
### Watch Mode
9291

9392
After [initialization](#initialization), Rustlings can be launched by simply running the command `rustlings`.

0 commit comments

Comments
 (0)