diff options
-rw-r--r-- | docs/installation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installation.md b/docs/installation.md index 9fce0b511..a88fa4f6a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 |