From f6a657a0c3628d75dae7cd1d3a822dc19d379f15 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 17 May 2025 21:02:45 +0200 Subject: [PATCH] Finish the usage page --- website/content/usage/index.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/website/content/usage/index.md b/website/content/usage/index.md index eecb7d2d..7bf02f57 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 🏗️