Add upgrade note to README (#7937)

Closes #7858 

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
Aditya Pratap Singh 2024-10-16 23:33:37 +05:30 committed by GitHub
parent 4ca158931a
commit d5b5b82409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,12 @@ $ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 |
$ pip install uv
```
If installed via the standalone installer, uv can update itself to the latest version:
```console
$ uv self update
```
See the [installation documentation](https://docs.astral.sh/uv/getting-started/installation/) for
details and alternative installation methods.