From 94ad8dea5085c26fd1fa4503d13bafd2964b06ce Mon Sep 17 00:00:00 2001 From: Shutong Wu <51266340+Scriptwonder@users.noreply.github.com> Date: Wed, 17 Sep 2025 23:50:15 -0400 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7beb95..2158149 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ MCP for Unity connects your tools using two components: curl -LsSf https://astral.sh/uv/install.sh | sh # Windows (PowerShell) - winget install Astral.Sh.Uv + winget install --id=astral-sh.uv -e # Docs: https://docs.astral.sh/uv/getting-started/installation/ ```