Skip to content

Commit 5b02022

Browse files
committed
Improve Deno instructions
1 parent 6c004be commit 5b02022

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/neo4j-driver-deno/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ await session.close();
4848
await driver.close();
4949
```
5050

51-
You can use `deno run --allow-net ...` or `deno repl` to run this example. If
52-
you don't have a running Neo4j instance, you can use
51+
You can use `deno run --allow-net --allow-sys...` or `deno repl` to run this example.
52+
53+
For Deno versions bellow `1.27.1`, you should use the flag `--allow-env` instead of `--allow-sys`.
54+
55+
If you don't have a running Neo4j instance, you can use
5356
`docker run --rm -p 7687:7687 -e NEO4J_AUTH=neo4j/driverdemo neo4j:4.4` to
5457
quickly spin one up.
5558

0 commit comments

Comments
 (0)