mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-09 16:58:07 +01:00
tags: remove windows tag, improve improve
This commit is contained in:
parent
a3f7263489
commit
52b5aa29a2
2 changed files with 4 additions and 13 deletions
|
@ -22,7 +22,10 @@ curl -fsSL https://bun.sh/install.sh | bash
|
|||
curl -fsSL https://bun.sh/install.sh | bash -s "bun-v1.0.0"
|
||||
```
|
||||
|
||||
If you're on **Windows**, you can install experimental build of bun using the following command:
|
||||
If you're on **Windows**, you can install bun using the following command:
|
||||
```ps
|
||||
powershell -c "irm bun.sh/install.ps1|iex"
|
||||
|
||||
# or if you want specific version
|
||||
powershell -c "& {$(irm bun.sh/install.ps1)} -Version 1.1.4"
|
||||
```
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
question: "Where can i find windows version of bun?"
|
||||
keywords:
|
||||
- "windows"
|
||||
- "windows support"
|
||||
---
|
||||
|
||||
Bun provides a native builds for [Windows](<https://bun.sh/docs/installation#windows>).
|
||||
To install, paste this into your terminal:
|
||||
```ps
|
||||
powershell -c "irm bun.sh/install.ps1|iex"
|
||||
```
|
Loading…
Reference in a new issue