summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormokou <mokou@posteo.de>2021-01-17 13:00:50 +0100
committermokou <mokou@posteo.de>2021-01-17 13:00:50 +0100
commit9f988bfe29e1146cd7dc95c68dd6863e77433553 (patch)
treec649debe13b77cd5af40c4c002bf7f640d6dc7b0 /README.md
parente8d1baa4b50faf038bec7629b559a0735173ee80 (diff)
docs: Remove duplicate uninstallation section
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 987bb83..369bfab 100644
--- a/README.md
+++ b/README.md
@@ -112,13 +112,6 @@ After every couple of sections, there will be a quiz that'll test your knowledge
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.
-If you'd like to uninstall Rustlings, you can do so by invoking cargo and removing the rustlings directory:
-
-```bash
-cargo uninstall rustlings
-rm -r rustlings/ # or on Windows: rmdir /s rustlings
-```
-
## Uninstalling Rustlings
If you want to remove Rustlings from your system, there's two steps. First, you'll need to remove the exercises folder that the install script created