aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd53cbb3c..88a17e097 100644
--- a/README.md
+++ b/README.md
@@ -916,7 +916,13 @@ In `bun`:
```bash
git submodule update --init --recursive --progress --depth=1
-make vendor
+make vendor dev
+```
+
+Verify it worked:
+
+```bash
+make test-dev-all
```
Note that `brew install zig` won't work. Bun uses a build of Zig with a couple patches.
@@ -958,6 +964,12 @@ Compile Bun:
make vendor dev
```
+Verify it worked:
+
+```bash
+make test-dev-all
+```
+
Run bun:
```bash