diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-03 12:56:32 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-03 12:56:32 -0600 |
commit | a61ba98a6f6787a4f5345d80238703f9faa5e7d1 (patch) | |
tree | e0668f45bbd9c280e8191db513681d0520375482 | |
parent | 42ba69a713eafa2a5640d3313f6057f1993e7d57 (diff) | |
download | wormhole-a61ba98a6f6787a4f5345d80238703f9faa5e7d1.tar.gz wormhole-a61ba98a6f6787a4f5345d80238703f9faa5e7d1.tar.bz2 wormhole-a61ba98a6f6787a4f5345d80238703f9faa5e7d1.zip |
Update readme
-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 ``` |