commit - b2c82ae21b340f042c71c9174e9c7093a5bbcbe3
commit + df3a8063ab779a2ee9dbbfa99709fdd7412347e9
blob - d52174f0bef8a0074897eb3928a8cd3865135597
blob + f1d62774f9b2c683a3b9fa7078084bd8fac3a2da
--- install.html
+++ install.html
<pre class="cmdbox">
export GOT_AUTHOR='Flan Hacker <flan_hacker@openbsd.org>'
</pre>
+
+<p>
+The repository web frontend <tt>gotweb</tt> should likewise be
+installed from packages:
+
+<pre class="cmdbox">
+pkg_add gotweb
+</pre>
+
+Alternatively the -web subpackage of the port can be built:
+<pre class="cmdbox">
+cd /usr/ports/devel/got
+env SUBPACKAGE=-web make
+env SUBPACKAGE=-web doas make install
+</pre>
+
+Setup instructions are provided in the
+<a href="gotweb.8.html">gotweb</a> manual page.