fix(docs): use bun.sh in PowerShell install command to avoid rediret (#21001)

This commit is contained in:
Antonio Anderson
2025-07-12 22:16:09 -03:00
committed by GitHub
parent eae8fb34b8
commit 0feddf716a

View File

@@ -39,7 +39,7 @@ To install, paste this into a terminal:
{% codetabs %}
```powershell#PowerShell/cmd.exe
> powershell -c "irm bun.com/install.ps1|iex"
> powershell -c "irm bun.sh/install.ps1|iex"
```
```powershell#npm