about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
Diffstat (limited to 'README.7')
-rw-r--r--README.79
1 files changed, 5 insertions, 4 deletions
diff --git a/README.7 b/README.7
index 6f1ecd0..a37d8be 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd July 21, 2020
+.Dd July 23, 2020
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -26,21 +26,22 @@ and requires
 and SQLite.
 .
 .Bd -literal -offset indent
-\&./configure --static
+\&./configure
 make all
 make install
 .Ed
 .
 .Pp
+By default,
 .Nm
-should be statically linked
+is statically linked
 so it can easily run in
 .Xr chroot 2
 with
 .Xr kfcgi 8 .
 The default install
 .Ev PREFIX
-is set to
+is also set to
 .Pa ~/.local ,
 which is a convenient
 .Xr chroot 2