diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,13 +17,13 @@ You'll need `libev` and `openssl`. ## Running ``` -dune exec --watch --root . ./server.exe +dune exec --watch --root . wormhole ``` ## Build ``` -opam build +opam install . --deps-only opam exec -- dune build ``` |