diff options
author | June McEnroe <june@causal.agency> | 2020-08-24 18:11:53 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-24 18:11:53 -0400 |
commit | b89f0fa97241257d84e09d466b7218d2064875ef (patch) | |
tree | 09e59f25fed08e3c82d009dabd1726c24cdab530 /README.7 | |
parent | Document how cert/priv are searched for (diff) | |
download | litterbox-b89f0fa97241257d84e09d466b7218d2064875ef.tar.gz litterbox-b89f0fa97241257d84e09d466b7218d2064875ef.zip |
Mention catsit in README
Diffstat (limited to '')
-rw-r--r-- | README.7 | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/README.7 b/README.7 index 5a0f743..377030b 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd August 20, 2020 +.Dd August 24, 2020 .Dt README 7 .Os "Causal Agency" . @@ -39,12 +39,6 @@ It targets .Fx , .Ox and Linux. -An -.Xr rc 8 -script for -.Nm -is provided on -.Fx . .Bd -literal -offset indent \&./configure make all @@ -75,6 +69,22 @@ to find it. PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure .Ed . +.Pp +An +.Xr rc 8 +script for +.Nm +is provided on +.Fx . +On +.Ox , +and alternatively on +.Fx , +.Nm +can be run using the +.Lk https://git.causal.agency/catsit catsit +process supervisor. +. .Sh FILES .Bl -tag -width "litterbox.c" -compact .It Pa database.h |