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 0a29cde..fd9087c 100644
--- a/readme.md
+++ b/readme.md
@@ -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
```