Commit Diff


commit - 8c7a8b00da7d16cf8970e1cefa14ccb925399a7f
commit + e3b15841857c501d064d259d9b2cafdc4d13c841
blob - /dev/null
blob + 409baf98224628361d4883f8a8bc46c788887c1f (mode 644)
--- /dev/null
+++ install.html
@@ -0,0 +1,51 @@
+<!doctype html>
+<html lang=en>
+<meta charset=utf-8>
+
+<title>Game of Trees Installation Instructions</title>
+<meta name="description" content="Game of Trees Manual Pages">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="stylesheet" type="text/css" href="openbsd.css">
+<link rel="canonical" href="https://gameoftrees.org/install.html">
+
+<h2>
+<a href="index.html">
+<i>Game of Trees</i></a>
+Installation Instructions
+</h2>
+<hr>
+
+<p>
+Game of trees should be installed on OpenBSD -current with:
+
+<pre class="cmdbox">
+pkg_add got
+</pre>
+
+<p>
+Alternatively, compile the <tt>devel/got</tt> port:
+
+<p>
+<pre class="cmdbox">
+cd /usr/ports/devel/got
+make
+make install
+</pre>
+
+<p>
+The installation includes:
+
+<ul>
+<li>The <tt>got</tt> command line interface
+<li>The <tt>tog</tt> repository browser
+<li>Several <a href="manual.html">manual pages</a>
+<li>Helper programs in the <tt>/usr/local/libexec</tt> directory:
+<ul>
+<li><tt>got-read-blob</tt>,
+<tt>got-read-commit</tt>,
+<tt>got-read-object</tt>,
+<tt>got-read-pack</tt>,
+<tt>got-read-tag</tt>,
+<tt>got-read-tree</tt>
+</ul>
+</ul>