mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update install method order
This commit is contained in:
@@ -8,14 +8,14 @@ Bun ships as a single executable that can be installed a few different ways.
|
||||
|
||||
{% codetabs %}
|
||||
|
||||
```bash#NPM
|
||||
$ npm install -g bun # the last `npm` command you'll ever need
|
||||
```
|
||||
|
||||
```bash#Native
|
||||
$ curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL
|
||||
```
|
||||
|
||||
```bash#NPM
|
||||
$ npm install -g bun # the last `npm` command you'll ever need
|
||||
```
|
||||
|
||||
```bash#Homebrew
|
||||
$ brew tap oven-sh/bun # for macOS and Linux
|
||||
$ brew install bun
|
||||
|
||||
Reference in New Issue
Block a user