aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-01-05 21:53:12 -0600
committerMichael McVady <femtonaut@gmail.com>2023-01-05 21:53:12 -0600
commit17e9336e577d1453ac468956e04048c721306826 (patch)
tree8f18d63ce4d22c1befc4ed24fe0a28b92a09766f
parent500a79611fc2a0bba6a66ea3e94360019a78a997 (diff)
Update 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.