Update install method order

This commit is contained in:
Colin McDonnell
2023-07-24 14:40:03 -07:00
parent 967ccb5d50
commit 31976f6af1

View File

@@ -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