summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.713
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
r <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts