tags(windows): use irm instead iwr

This commit is contained in:
Jozef Steinhübl 2024-01-03 11:55:49 +01:00
parent 739b878e96
commit 305d6e65e2
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7

View file

@ -9,7 +9,7 @@ Bun provides a *limited*, experimental native builds for [Windows](<https://bun.
To install, paste this into your terminal:
```ps
# WARNING: No stability is guaranteed on the experimental Windows builds
powershell -c "iwr bun.sh/install.ps1|iex"
powershell -c "irm bun.sh/install.ps1|iex"
```
However, it's still recommended to use [WSL](<https://docs.microsoft.com/en-us/windows/wsl/install>) for the best experience.