Skip to content

Commit

Permalink
Yikes!
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Aug 3, 2024
1 parent 622e406 commit 8df3a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ deno compile -A -c tsconfig.json index.ts

The binaries will be called `quickSubmit(.exe)`.

Update: It turns out `bun` fixed the issue that caused me to switch to `deno`, and `bun` works now.
Compile using `bun`:
Update: It turns out `bun` fixed the issue that caused me to switch to `deno`,
and `bun` works now. Compile using `bun`:

```bash
bun build --compile --outfile qsm ./index.ts
Expand Down

0 comments on commit 8df3a5f

Please sign in to comment.