summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2023-02-17 19:03:41 +0100
committerGitHub <noreply@github.com>2023-02-17 19:03:41 +0100
commit2b9dc4424e9ff92a5afe39babcb6624af23aa089 (patch)
treef79eacb0534b6e2be3bb8af31691472917a5b966
parent6f0e5d13ed684891bcb4dda15f88f31890dea77f (diff)
parentef0b25c3921503588fc1c76e43cfa454e0f447b1 (diff)
Merge pull request #1379 from Anush008/patch-1
Removed verbose instructions from the uninstall section
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4056ba8..14ae231 100644
--- a/README.md
+++ b/README.md
@@ -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