aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 37e79648a..0bfd406e9 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,13 @@ Native: (macOS x64 & Silicon, Linux x64, Windows Subsystem for Linux)
curl -fsSL https://bun.sh/install | bash
```
+Homebrew: (MacOS and Linux)
+
+```sh
+brew tap oven-sh/bun
+brew install bun
+```
+
Docker: (Linux x64)
```sh