summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-20 08:53:53 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-20 08:53:53 +0000
commit4724a590413fc351d72211fd99df6c41decd0fa8 (patch)
tree6afdb5ecdf95f64c90ba88cf417353740dca6a78 /doc/index.html
parentc53494717ca8efa61b164a3adcb77ec83453bab9 (diff)
downloadtipidee-4724a590413fc351d72211fd99df6c41decd0fa8.tar.xz
More doc, more fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index bbd868c..4a2b9b7 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -107,18 +107,20 @@ Only keeping the last three syllables makes it easier.
<li> A POSIX-compliant system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
-2.13.2.0 or later. It's a build-time requirement. It's also a run-time
+2.14.0.0 or later. It's a build-time requirement. It's also a run-time
requirement if you link against the shared version of the skalibs
library. </li>
<li> Recommended at run-time: <a href="//skarnet.org/software/s6-networking/">s6-networking</a> version
-2.5.1.3 or later. It's not a strict requirement, but tipidee relies
+2.5.1.4 or later. It's not a strict requirement, but tipidee relies
on a super-server to listen to the network and provide connection
information via environment variables. It also defers to tools such as
<a href="//skarnet.org/software/s6-networking/s6-tcpserver-access.html">s6-tcpserver-access</a>
to provide access control and connection fine-tuning. And if you want
to run an HTTPS server, you'll need something like
<a href="//skarnet.org/software/s6-networking/s6-tlsserver.html">s6-tlsserver</a>
-to manage the TLS transport layer. </li>
+to manage the TLS transport layer. So, installing
+<a href="//skarnet.org/software/s6-networking/">s6-networking</a> will make
+your life easier in many ways. </li>
</ul>
<h3> Licensing </h3>