Merge pull request #1379 from Anush008/patch-1

Removed verbose instructions from the uninstall section
This commit is contained in:
liv 2023-02-17 19:03:41 +01:00 committed by GitHub
commit 2b9dc4424e
No known key found for this signature in database
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