about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-23 17:43:54 -0400
committerJune McEnroe <june@causal.agency>2020-07-23 17:43:54 -0400
commit86133bdcaae3358bb4af740d8bfd22a045379ac4 (patch)
treee30583ad0b5bd4fa2f1fc164f25572905a4862a5 /README.7
parentAdd OpenBSD instructions (diff)
downloadscooper-86133bdcaae3358bb4af740d8bfd22a045379ac4.tar.gz
scooper-86133bdcaae3358bb4af740d8bfd22a045379ac4.zip
Rewrite configure script
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