diff --git a/README.md b/README.md index 21affb7..9ebdf82 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ Listens for AMB events of a certain relay and indexes them to a Typesearch instance. +## Run + +- Adjust config in `resources/config.edn` +- Run with `clj -M -m typesense-indexer.system` + +or do it with docker: + +- `docker compose build` +- `docker compose up` + ## TODO - [ ] Use multiple relays