aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index fd9087c..c99d9ba 100644
--- a/readme.md
+++ b/readme.md
@@ -14,10 +14,10 @@ I built it in OCaml because it is by far the most underrated programming languag
You'll need `libev` and `openssl`.
-## Running
+## Running locally
```
-dune exec --watch --root . wormhole
+ENV=DEV DISABLE_AUTH=true dune exec --watch --root . wormhole
```
## Build