Skip to content

Commit f6a657a

Browse files
committed
Finish the usage page
1 parent 8c24763 commit f6a657a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

website/content/usage/index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It will rerun the current exercise automatically every time you change the exerc
2727

2828
You can add the **`--manual-run`** flag (`rustlings --manual-run`) to manually rerun the current exercise by entering `r` in the watch mode.
2929

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).
3131

3232
{% end %}
3333

@@ -45,17 +45,11 @@ See the footer of the list for all possible keys.
4545

4646
## Questions?
4747

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 builtin hints 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 💡
4949

5050
## Continuing On
5151

5252
Once you've completed Rustlings, put your new knowledge to good use!
5353
Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to.
5454

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

Comments
 (0)