docs: Format commands as bash block

This commit is contained in:
Eli Blaney 2020-07-11 11:57:51 -05:00 committed by GitHub
parent f2314a59b0
commit 0c66068749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,8 +107,10 @@ Once you've completed Rustlings, put your new knowledge to good use! Continue pr
If you'd like to uninstall Rustlings, you can do so by invoking cargo and removing the rustlings directory:
cargo uninstall rustlings
rm -r rustlings/ # or on Windows: rmdir /s rustlings
```bash
cargo uninstall rustlings
rm -r rustlings/ # or on Windows: rmdir /s rustlings
```
## Completion