aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marcc@fastmail.fr>2023-12-03 12:51:19 -0600
committerMarc Coquand <marcc@fastmail.fr>2023-12-03 12:51:19 -0600
commit0bc5b9db320a2f5b12f597dfc4fdf12671f58939 (patch)
tree6ce22a71669edc2d96815de02f0ea25065a3de88
parentc061f9f983561c77be8e59249fe523a9b55148dd (diff)
downloadwormhole-0bc5b9db320a2f5b12f597dfc4fdf12671f58939.tar.gz
wormhole-0bc5b9db320a2f5b12f597dfc4fdf12671f58939.tar.bz2
wormhole-0bc5b9db320a2f5b12f597dfc4fdf12671f58939.zip
Update readme
-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