Skip to content

Commit 44a8388

Browse files
committed
download: Add instructions for FreeBSD and OpenBSD
1 parent 63489de commit 44a8388

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

download.html

+16
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,23 @@ <h3 id="linux-ubuntu">Ubuntu</h3>
9595
<a href="http://packages.ubuntu.com/search?keywords=zeal&searchon=names" class="btn btn-default" role="button">View Ubuntu packages</a>
9696
<a href="https://launchpad.net/~zeal-developers/+archive/ubuntu/ppa" class="btn btn-default" role="button">View PPA</a>
9797
</p>
98+
</div>
9899

100+
<div class="row">
101+
<h2 id="bsd">BSD</h2>
102+
103+
<h3 id="bsd-freebsd">FreeBSD</h3>
104+
<p>Install Zeal from ports:</p>
105+
<pre># cd /usr/ports/devel/zeal/ &amp;&amp; make install clean</pre>
106+
<p>Or install Zeal binary package:</p>
107+
<pre># pkg install zeal</pre>
108+
<a href="https://www.freebsd.org/cgi/ports.cgi?query=zeal&stype=name" class="btn btn-default" role="button">View FreeBSD Ports</a>
109+
<a href="https://www.freshports.org/devel/zeal/" class="btn btn-default" role="button">View FreshPorts</a>
110+
111+
<h3 id="bsd-openbsd">OpenBSD</h3>
112+
<p>Install Zeal with:</p>
113+
<pre># pkg_add zeal</pre>
114+
<a href="http://openports.se/devel/zeal" class="btn btn-default" role="button">View OpenBSD Ports</a>
99115
</div>
100116

101117
<div class="row">

0 commit comments

Comments
 (0)