From 7b529055119564f925e430cbb9e3c7802f5695ac Mon Sep 17 00:00:00 2001 From: Dj <43033058+DjDeveloperr@users.noreply.github.com> Date: Mon, 13 Mar 2023 23:34:24 +0530 Subject: [PATCH] fix: update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f33864a..cef4492 100644 --- a/README.md +++ b/README.md @@ -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