diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-02-22 22:23:27 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-02-22 22:23:27 -0600 |
commit | 174907730bd2175bddc896cb6484918e2e5064f5 (patch) | |
tree | 9e78d8a29eb26d2f4c082841b150215ecdd977fe /README.md | |
parent | f90a5869678757b7202334988eeabd96017da533 (diff) |
Make post UUID optional
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,7 @@ An attempt to reimplement flog, using the [kore.io](https://kore.io) framework. -## Building +## Running ``` make fetch-dependencies @@ -40,4 +40,3 @@ seccomp_tracing no * Have `tests.py` load and drop database. * only do HTTP stuff at the edge. - |