Skip to content

Commit

Permalink
Add uninstall note for previous versions (#8937)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Nov 8, 2024
1 parent 0db3884 commit d052972
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ If you need to remove uv from your system, just remove the `uv` and `uvx` binari
$ rm -r "$(uv tool dir)"
```

!!! note

Prior to 0.5.0, uv was installed into `~/.cargo/bin`. The binaries can be removed from there to
uninstall. Upgrading from an older version will not automatically remove the binaries from
`~/.cargo/bin`.

## Next steps

See the [first steps](./first-steps.md) or jump straight to the [guides](../guides/index.md) to
Expand Down

0 comments on commit d052972

Please sign in to comment.