File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,15 @@ This'll also install _Cargo_, Rust's package/project manager.
3232
3333The 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 📚️
8884Most exercises contain an error that keeps them from compiling, and it's up to you to fix it!
8985Some 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
9392After [ initialization] ( #initialization ) , Rustlings can be launched by simply running the command ` rustlings ` .
You can’t perform that action at this time.
0 commit comments