diff options
-rw-r--r-- | readme.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -12,7 +12,9 @@ I built it in OCaml because it is by far the most underrated programming languag ## Prerequisites -You'll need `libev` and `openssl`. +You'll need `libev`, `gmp` and `openssl`. See the Dockerfile. + +At some point I'll post this all to nix so you can use nix-shell. ## Running locally @@ -20,6 +22,12 @@ You'll need `libev` and `openssl`. ENV=DEV DISABLE_AUTH=true dune exec --watch --root . wormhole ``` +Dev flag adds some mock data. + +## Allow list + +There is a allow list in bin/main.ml that you will need to update to allow specific actors to make posts. This is a safety precaution as there is no federation yet. + ## Build ``` |