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.
32
32
33
33
The following command will download and compile Rustlings:
34
34
35
- <!-- TODO: Remove @6.0.0-beta.x -->
36
-
37
35
``` bash
38
- cargo install rustlings@6.0.0-beta.9
36
+ cargo install rustlings
39
37
```
40
38
41
39
<details >
42
40
<summary ><strong >If the installation fails…</strong > (<em >click to expand</em >)</summary >
43
41
44
- <!-- TODO: Remove @6.0.0-beta.x -->
45
-
46
42
- 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 `
48
44
- Otherwise, please [ report the issue] ( https://github.com/rust-lang/rustlings/issues/new )
49
45
50
46
</details >
@@ -88,6 +84,9 @@ We highly recommend that you have a look at them before you start 📚️
88
84
Most exercises contain an error that keeps them from compiling, and it's up to you to fix it!
89
85
Some exercises contain tests that need to pass for the exercise to be done ✅
90
86
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
+
91
90
### Watch Mode
92
91
93
92
After [ initialization] ( #initialization ) , Rustlings can be launched by simply running the command ` rustlings ` .
You can’t perform that action at this time.
0 commit comments