mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 06:31:06 +01:00
tags: windows is stable
This commit is contained in:
parent
8f9f0ed87e
commit
e26941c056
1 changed files with 1 additions and 5 deletions
|
@ -5,12 +5,8 @@ keywords:
|
||||||
- "windows support"
|
- "windows support"
|
||||||
---
|
---
|
||||||
|
|
||||||
Bun provides a *limited*, experimental native builds for [Windows](<https://bun.sh/docs/installation#windows>).
|
Bun provides a native builds for [Windows](<https://bun.sh/docs/installation#windows>).
|
||||||
To install, paste this into your terminal:
|
To install, paste this into your terminal:
|
||||||
```ps
|
```ps
|
||||||
# WARNING: No stability is guaranteed on the experimental Windows builds
|
|
||||||
powershell -c "irm 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.
|
|
||||||
For more information, you can look into <#1149339379446325248>
|
|
||||||
|
|
Loading…
Reference in a new issue