Skip to content

Commit

Permalink
docs: Add uninstall info to README.md
Browse files Browse the repository at this point in the history
* docs: Add uninstall info to README.md
* docs: Format commands as bash block
  • Loading branch information
eliblaney authored Jul 12, 2020
1 parent c2bfcf1 commit c52be7d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,17 @@ rustlings hint myExercise1

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`.

## 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.

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
```

## Completion

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

0 comments on commit c52be7d

Please sign in to comment.