1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-26 17:56:11 +02:00

Removed verbose instructions from the uninstall section

This commit is contained in:
Anush 2023-02-17 22:51:42 +05:30 committed by GitHub
parent 6f0e5d13ed
commit ef0b25c392
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,8 +155,7 @@ for you:
rm -rf rustlings # or your custom folder name, if you chose and or renamed it
```
Second, since Rustlings got installed via `cargo install`, it's only reasonable to assume that you can also remove it using Cargo, and
exactly that is the case. Run `cargo uninstall` to remove the `rustlings` binary:
Second, run `cargo uninstall` to remove the `rustlings` binary:
```bash
cargo uninstall rustlings