Skip to content

Commit c52be7d

Browse files
authored
docs: Add uninstall info to README.md
* docs: Add uninstall info to README.md * docs: Format commands as bash block
1 parent c2bfcf1 commit c52be7d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,17 @@ rustlings hint myExercise1
101101

102102
After every couple of sections, there will be a quiz that'll test your knowledge on a bunch of sections at once. These quizzes are found in `exercises/quizN.rs`.
103103

104+
## Continuing On
105+
106+
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.
107+
108+
If you'd like to uninstall Rustlings, you can do so by invoking cargo and removing the rustlings directory:
109+
110+
```bash
111+
cargo uninstall rustlings
112+
rm -r rustlings/ # or on Windows: rmdir /s rustlings
113+
```
114+
104115
## Completion
105116

106117
Rustlings isn't done; there are a couple of sections that are very experimental and don't have proper documentation. These include:

0 commit comments

Comments
 (0)