From 0feddf716a729b7f24389fc3c821b3d7a5d46afb Mon Sep 17 00:00:00 2001 From: Antonio Anderson Date: Sat, 12 Jul 2025 22:16:09 -0300 Subject: [PATCH] fix(docs): use bun.sh in PowerShell install command to avoid rediret (#21001) --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index fa97da1f54..ea5602c855 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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