Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Mar 13, 2023
1 parent 8c8a7ac commit 7b52905
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ db.close();

Since this library depends on the unstable FFI API, you must pass `--allow-env`,
`--allow-ffi` and `--unstable` flags. Network and FS permissions are also needed
on macOS and Linux to download and cache prebuilt library. It's recommended to
just use `--allow-all`/`-A` flag since FFI basically gives full access.
to download and cache prebuilt library.

It's recommended to just use `--allow-all` / `-A` flag since FFI basically gives
full access.

```sh
deno run -A --unstable <file>
Expand Down

0 comments on commit 7b52905

Please sign in to comment.