You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/usage/index.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ It will rerun the current exercise automatically every time you change the exerc
27
27
28
28
You can add the **`--manual-run`** flag (`rustlings --manual-run`) to manually rerun the current exercise by entering `r` in the watch mode.
29
29
30
-
Please [report the issue](https://github.com/rust-lang/rustlings/issues/new) with some information about your operating system and whether you run Rustlings in a container or virtual machine (e.g. WSL).
30
+
Please [report the issue](https://github.com/rust-lang/rustlings/issues/new) with some information about your operating system and whether you run Rustlings in a container or a virtual machine (e.g. WSL).
31
31
32
32
{% end %}
33
33
@@ -45,17 +45,11 @@ See the footer of the list for all possible keys.
45
45
46
46
## Questions?
47
47
48
-
If you need any help while doing the exercises and the builtin-hints aren't helpful, feel free to ask in the [_Q&A_category of the discussions](https://github.com/rust-lang/rustlings/discussions/categories/q-a?discussions_q=) if your question wasn't asked yet 💡
48
+
If you need any help while doing the exercises and the builtinhints aren't helpful, feel free to ask in the [_Q&A_ discussions](https://github.com/rust-lang/rustlings/discussions/categories/q-a?discussions_q=) if your question isn't answered there 💡
49
49
50
50
## Continuing On
51
51
52
52
Once you've completed Rustlings, put your new knowledge to good use!
53
53
Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to.
54
54
55
-
## Uninstalling Rustlings
56
-
57
-
If you want to remove Rustlings from your system, run the following command:
58
-
59
-
```bash
60
-
cargo uninstall rustlings
61
-
```
55
+
> If you want to create your own custom Rustlings exercises, visit the [**custom exercises**](@/custom-exercises/index.md) page 🏗️
0 commit comments