mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fix(docs): use bun.sh in PowerShell install command to avoid rediret (#21001)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user