mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
tags(windows): use irm instead iwr
This commit is contained in:
parent
739b878e96
commit
305d6e65e2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue