Skip to content

Commit 9f988bf

Browse files
author
mokou
committed
docs: Remove duplicate uninstallation section
1 parent e8d1baa commit 9f988bf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,6 @@ After every couple of sections, there will be a quiz that'll test your knowledge
112112

113113
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.
114114

115-
If you'd like to uninstall Rustlings, you can do so by invoking cargo and removing the rustlings directory:
116-
117-
```bash
118-
cargo uninstall rustlings
119-
rm -r rustlings/ # or on Windows: rmdir /s rustlings
120-
```
121-
122115
## Uninstalling Rustlings
123116

124117
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

0 commit comments

Comments
 (0)