diff --git a/windows.md b/windows.md index e6d3dec..51ff5d5 100644 --- a/windows.md +++ b/windows.md @@ -59,7 +59,7 @@ With those compatibility things out of the way, you're ready to start the system ```bash corepack enable corepack prepare pnpm@latest --activate - Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass + Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force pnpm setup ```