From 622e406de14017fc8657aeb314f880d5d617c371 Mon Sep 17 00:00:00 2001 From: boomzero Date: Sat, 3 Aug 2024 11:15:43 +0800 Subject: [PATCH] And bun works now! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f57fb0..81d52d5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Update: It turns out `bun` fixed the issue that caused me to switch to `deno`, a Compile using `bun`: ```bash - bun build ./index.ts --compile +bun build --compile --outfile qsm ./index.ts ``` ## Usage