Skip to content

Commit 2b9dc44

Browse files
authored
Merge pull request #1379 from Anush008/patch-1
Removed verbose instructions from the uninstall section
2 parents 6f0e5d1 + ef0b25c commit 2b9dc44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ for you:
155155
rm -rf rustlings # or your custom folder name, if you chose and or renamed it
156156
```
157157

158-
Second, since Rustlings got installed via `cargo install`, it's only reasonable to assume that you can also remove it using Cargo, and
159-
exactly that is the case. Run `cargo uninstall` to remove the `rustlings` binary:
158+
Second, run `cargo uninstall` to remove the `rustlings` binary:
160159

161160
```bash
162161
cargo uninstall rustlings

0 commit comments

Comments
 (0)