Skip to content

Commit

Permalink
docs: Remove duplicate uninstallation section
Browse files Browse the repository at this point in the history
  • Loading branch information
mokou committed Jan 17, 2021
1 parent e8d1baa commit 9f988bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f988bf

Please sign in to comment.