Skip to content

Commit e2981e4

Browse files
committed
docs: fix uninstall commands
1 parent 86af41a commit e2981e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ cargo v5 help
120120
If you installed cargo-v5 using the standalone shell or PowerShell scripts above, you can remove it by running this command in your Unix shell:
121121

122122
```sh
123-
rm ~/.local/bin/cargo-v5 ~/.config/cargo-v5/cargo-v5-receipt.json
123+
rm ~/.cargo/bin/cargo-v5 ~/.config/cargo-v5/cargo-v5-receipt.json
124124
```
125125

126126
Or by running this in PowerShell:
127127

128128
```powershell
129-
rm ~\.local\bin\cargo-v5 "$env:LOCALAPPDATA\cargo-v5\cargo-v5-receipt.json"
129+
rm ~\.cargo\bin\cargo-v5, "$env:LOCALAPPDATA\cargo-v5\cargo-v5-receipt.json"
130130
```

0 commit comments

Comments
 (0)