diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |