Keep the instructions for the Windows standalone installer consistent across the README and the documentation. (#8125)

## Summary
This PR aims to align the instructions for installing the Windows
standalone installer in the README with the current documentation.

7bd0d97ce5/docs/getting-started/installation.md?plain=1#L17-L21
## Test Plan
Only README is modified and identical to the doc, so not tested.
This commit is contained in:
FishAlchemist 2024-10-11 22:51:19 +08:00 committed by GitHub
parent 715f28fd39
commit 7362f84d6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Install uv with our standalone installers, or from [PyPI](https://pypi.org/proje
$ curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
$ powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# With pip.
$ pip install uv