Update the cargo install recommendation to use crates (#16800)

This commit is contained in:
Zanie Blue 2025-11-20 20:05:46 -06:00 committed by GitHub
parent 6e48fb130d
commit d3a9455998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -137,11 +137,10 @@ the standalone installer via `github.com` instead of `astral.sh`.
### Cargo ### Cargo
uv is available via Cargo, but must be built from Git rather than [crates.io](https://crates.io) due uv is available via [crates.io](https://crates.io).
to its dependency on unpublished crates.
```console ```console
$ cargo install --git https://github.com/astral-sh/uv uv $ cargo install --locked uv
``` ```
!!! note !!! note