diff options
author | June McEnroe <june@causal.agency> | 2020-06-11 17:49:45 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-06-11 17:49:45 -0400 |
commit | e43d44b08c5442aebd20409b0ac8bf4113e15f68 (patch) | |
tree | f9a863e1090c485b7b1e9f138785aa030fb2ef2a /README.7 | |
parent | Add warning to configure script (diff) | |
download | catgirl-e43d44b08c5442aebd20409b0ac8bf4113e15f68.tar.gz catgirl-e43d44b08c5442aebd20409b0ac8bf4113e15f68.zip |
Add OpenBSD to README
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/README.7 b/README.7 index 9bd41bb..1bec3a6 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd May 23, 2020 +.Dd June 11, 2020 .Dt README 7 .Os "Causal Agency" .\" To view this file, run: man ./README.7 @@ -87,13 +87,20 @@ requires LibreSSL and ncurses .Pq Fl lncursesw . It primarily targets -.Fx +.Fx , +.Ox and macOS, as well as Linux. The .Pa configure step is not necessary on -.Fx . +.Fx +or +.Ox . +On +.Ox , +additionally set +.Ev MANDIR=/usr/local/man . .Bd -literal -offset indent \&./configure make all |