aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-01-24 12:42:37 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-24 12:42:37 -0800
commitd714df48f9f47208584e6d8b91271afbcd230f70 (patch)
tree638ad0d34cec81d22024a613478aaf1017a2cd0f
parentfb1902448ebd78e83f2edf794adcd33621198329 (diff)
downloadbun-d714df48f9f47208584e6d8b91271afbcd230f70.tar.gz
bun-d714df48f9f47208584e6d8b91271afbcd230f70.tar.zst
bun-d714df48f9f47208584e6d8b91271afbcd230f70.zip
Add `npm install -g bun` to README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 06cff19f5..8845e4051 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,12 @@ Native: (macOS x64 & Silicon, Linux x64, Windows Subsystem for Linux)
curl -fsSL https://bun.sh/install | bash
```
+npm:
+
+```sh
+npm install -g bun
+```
+
Homebrew: (MacOS and Linux)
```sh