diff --git a/data/tags/windows.md b/data/tags/windows.md index 49a2bb1..caf8fd1 100644 --- a/data/tags/windows.md +++ b/data/tags/windows.md @@ -5,12 +5,8 @@ keywords: - "windows support" --- -Bun provides a *limited*, experimental native builds for [Windows](). +Bun provides a native builds for [Windows](). To install, paste this into your terminal: ```ps -# WARNING: No stability is guaranteed on the experimental Windows builds powershell -c "irm bun.sh/install.ps1|iex" ``` - -However, it's still recommended to use [WSL]() for the best experience. -For more information, you can look into <#1149339379446325248>