aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 9 insertions, 1 deletions
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
```