diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |