aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index db9f091..0030466 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,13 @@
An attempt to reimplement flog, using the [kore.io](https://kore.io) framework.
+# Building
+
+```
+make fetch-dependencies
+docker compose up
+```
+
# Notes
To run locally comment out the `privsep worker` section in `conf/clog.conf`:
@@ -28,7 +35,5 @@ seccomp_tracing no
## TODO
-* Determine how to handle `lib`/dependencies (document interim steps).
-* Connecting to postgres via docker DNS name.
-
+* Have `tests.py` load and drop database.