Skip to content

Commit 94ad8de

Browse files
authored
Update Windows installation command for Astral UV
Current Windows command does not work on some machines such like mine. Copy and paste the command from Astral website to ensure the installation process go smoothly.
1 parent 0c7945b commit 94ad8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ MCP for Unity connects your tools using two components:
7373
curl -LsSf https://astral.sh/uv/install.sh | sh
7474

7575
# Windows (PowerShell)
76-
winget install Astral.Sh.Uv
76+
winget install --id=astral-sh.uv -e
7777

7878
# Docs: https://docs.astral.sh/uv/getting-started/installation/
7979
```

0 commit comments

Comments
 (0)