aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4f8427d76..9077bbbaa 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,19 @@ All in one fast & easy-to-use tool. Instead of 1,000 node_modules for develo
## Install
+Native: (macOS x64 & arm64, Linux x64, WSL)
+
```sh
curl -fsSL https://bun.sh/install | bash
```
+Docker: (Linux x64)
+
+```sh
+docker pull jarredsumner/bun:edge
+docker run --rm --init --ulimit memlock=-1:-1 jarredsumner/bun:edge
+```
+
## Table of Contents
- [Install](#install)