Commit Diff


commit - 7e866c9fcd1b1c5ebdcaca48f193a499b8443559
commit + 3a899469c885b418bfa88da52f8e74de957a64c0
blob - eafcc7ff66427031fe229b1233bc02ab5361ef4f
blob + c72cf0d72291bca3e1b782aa0ee30f4732f2d676
--- portable.html
+++ portable.html
@@ -17,30 +17,38 @@
 Portable version
 </h2>
 <hr>
+<p>The following operating systems are officially supported by the portable
+version of GoT:
+<ul>
+<li><a href="https://www.linux.org">Linux</a></li>
+<li><a href="https://www.freebsd.org">FreeBSD</a></li>
+<li><a href="https://www.netbsd.org">NetBSD</a></li>
+<li><a href="https://www.dragonflybsd.org">DragonFlyBSD</a></li>
+<li>MacOS</li>
+</ul>
+</p>
 
 <p>
-Current releases of the portable version target Linux-based systems only.
-Separate ports for
+Though please note that separate ports exist for
 <a href="https://cgit.freebsd.org/ports/log/devel/got" >FreeBSD</a> and
 <a href="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/got/?only_with_tag=MAIN">NetBSD</a>
-exist which might be merged into this portable version in the future.
-
+</p>
 <p>
 Source code for released portable versions is available in the
 <a href="releases/portable">releases/portable</a> directory.
-
+</p>
 <p>
 The file
 <a href="https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=README.portable;hb=HEAD"
 >README.portable</a> contains installation instructions.
-
+</p>
 <p>
 The official Game of Trees -portable Git repository can be cloned from
 git.gameoftrees.org:
 <pre class="cmdbox">
 git clone https://git.gameoftrees.org/got-portable.git
 </pre>
-
+</p>
 <p>
 Git protocol access is also available if needed, but is discouraged
 because it does not use encryption:
@@ -54,12 +62,12 @@ be used instead of Git to clone the repository and che
 got clone git://git.gameoftrees.org/got-portable.git
 got checkout got-portable.git
 </pre>
-
+</p>
 <p>
 A web interface for browsing is also available:
 <a href="https://git.gameoftrees.org/gitweb"
 >https://git.gameoftrees.org/gitweb</a>
-
+</p>
 <p>
 Read-only clones of the got-portable repository are available at:
 <ul>
@@ -68,5 +76,6 @@ Read-only clones of the got-portable repository are av
 <li><a href="https://repo.or.cz/got-portable.git">https://repo.or.cz/got-portable.git</a>
 <li><a href="https://github.com/ThomasAdam/got-portable">https://github.com/ThomasAdam/got-portable</a> (used for CI checks against Linux and FreeBSD)
 </ul>
+</p>
 </body>
 </html>