diff --git a/docs/installation.md b/docs/installation.md index 9fce0b5112..a88fa4f6a0 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