summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-17 21:02:45 +0200
committermo8it <mo8it@proton.me>2025-05-17 21:02:45 +0200
commitf6a657a0c3628d75dae7cd1d3a822dc19d379f15 (patch)
tree7aa8c14e7e378daaefd2f8d60924ecc37f4e960d
parent8c247632594db859e319cd561678218de3aca53d (diff)
Finish the usage page
-rw-r--r--website/content/usage/index.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/website/content/usage/index.md b/website/content/usage/index.md
index eecb7d2..7bf02f5 100644
--- a/website/content/usage/index.md
+++ b/website/content/usage/index.md
@@ -27,7 +27,7 @@ It will rerun the current exercise automatically every time you change the exerc
You can add the **`--manual-run`** flag (`rustlings --manual-run`) to manually rerun the current exercise by entering `r` in the watch mode.
-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).
+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).
{% end %}
@@ -45,17 +45,11 @@ See the footer of the list for all possible keys.
## Questions?
-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 💡
+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 💡
## Continuing On
Once you've completed Rustlings, put your new knowledge to good use!
Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to.
-## Uninstalling Rustlings
-
-If you want to remove Rustlings from your system, run the following command:
-
-```bash
-cargo uninstall rustlings
-```
+> If you want to create your own custom Rustlings exercises, visit the [**custom exercises**](@/custom-exercises/index.md) page 🏗️