Commit e09ede37f2a3450e66423242c5cde139bb72e1e5

Stefan Sperling 2020-01-28T09:35:39

document that slowcgi(8) is needed for gotweb, too

diff --git a/README b/README
index 8f340f4..1cb5da5 100644
--- a/README
+++ b/README
@@ -47,7 +47,7 @@ Man page files in the Got source tree can be viewed with 'man -l':
 EXAMPLES in got.1 contains a quick-start guide for OpenBSD developers.
 
 Game of Trees Web (Gotweb) is a CGI program which displays repository data
-and is designed to work with httpd(8).
+and is designed to work with httpd(8) and slowcgi(8).
 
 To compile gotweb on OpenBSD, run:
 
@@ -78,6 +78,11 @@ Example configuration for httpd.conf:
   	}
   }
 
+httpd(8) and slowcgi(8) should be enabled and started:
+
+  # rcctl enable httpd slowcgi
+  # rcctl start httpd slowcgi
+
 Gotweb's run-time behaviour can be configured in the gotweb.conf file:
 
  $ man -l gotweb/gotweb.conf.5