blob: 03e2a83c9ec58d9f6318001c2c5c4cd61927b407 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
```bash
npm install
bun run ffi
bun run log
bun run gzip
bun run async
bun run sqlite
# to use custom version of bun/deno/node binary
BUN=path/to/bun bun run ffi
# or edit .env file
```
|