aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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