Commit Diff
--- install.html +++ install.html @@ -50,3 +50,10 @@ The installation includes: <tt>got-read-tree</tt> </ul> </ul> + +As a post-installation step the <tt>GOT_AUTHOR</tt> environment +variable should be set: +<p> +<pre class="cmdbox"> +export GOT_AUTHOR='Flan Hacker <flan_hacker@openbsd.org>' +</pre>