From a61ba98a6f6787a4f5345d80238703f9faa5e7d1 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 3 Dec 2023 12:56:32 -0600 Subject: Update readme --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index c99d9ba..d898a5e 100644 --- a/readme.md +++ b/readme.md @@ -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 ``` -- cgit v1.2.3