docs: Format commands as bash block
This commit is contained in:
parent
f2314a59b0
commit
0c66068749
|
@ -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:
|
If you'd like to uninstall Rustlings, you can do so by invoking cargo and removing the rustlings directory:
|
||||||
|
|
||||||
cargo uninstall rustlings
|
```bash
|
||||||
rm -r rustlings/ # or on Windows: rmdir /s rustlings
|
cargo uninstall rustlings
|
||||||
|
rm -r rustlings/ # or on Windows: rmdir /s rustlings
|
||||||
|
```
|
||||||
|
|
||||||
## Completion
|
## Completion
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue