Skip to content

Commit 45af30c

Browse files
committed
docs: update Ubuntu PPA instructions
1 parent d4924f2 commit 45af30c

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

download.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,15 @@ <h3 id="linux-slackware">Slackware</h3>
118118

119119
<h3 id="linux-ubuntu">Ubuntu</h3>
120120
<p>Install Zeal from the official repositories:</p>
121-
<pre>$ sudo apt-get install zeal</pre>
122-
<p>When the official package becomes outdated, our own PPA repository provides an up-to-date version. Run the following commands to use the PPA:</p>
123-
<pre>$ sudo add-apt-repository ppa:zeal-developers/ppa<br>$ sudo apt-get update<br>$ sudo apt-get install zeal</pre>
124-
<div class="alert alert-warning" role="alert">
125-
<strong>Attention non-Unity users!</strong>
126-
Due to a <a href="https://bugs.launchpad.net/ubuntu/+source/appmenu-qt5/+bug/1307619">bug</a> in
127-
<code>appmenu-qt5</code> package, Zeal main menu might be missing on desktop environments other than Unity.
128-
A simple solution is to remove <code>appmenu-qt5</code> package from your system.
129-
</div>
121+
<pre>$ sudo apt install zeal</pre>
122+
<p>When the official package is outdated, our PPA provides up-to-date stable releases:</p>
123+
<pre>$ sudo add-apt-repository ppa:zealdocs/ppa<br>$ sudo apt update<br>$ sudo apt install zeal</pre>
124+
<p>To try the latest features before they are released, use the nightly PPA instead:</p>
125+
<pre>$ sudo add-apt-repository ppa:zealdocs/nightly<br>$ sudo apt update<br>$ sudo apt install zeal</pre>
130126
<p>
131-
<a href="http://packages.ubuntu.com/search?keywords=zeal&searchon=names" class="btn btn-default" role="button">View Ubuntu packages</a>
132-
<a href="https://launchpad.net/~zeal-developers/+archive/ubuntu/ppa" class="btn btn-default" role="button">View PPA</a>
127+
<a href="https://packages.ubuntu.com/search?keywords=zeal&searchon=names" class="btn btn-default" role="button">View Ubuntu packages</a>
128+
<a href="https://launchpad.net/~zealdocs/+archive/ubuntu/ppa" class="btn btn-default" role="button">View stable PPA</a>
129+
<a href="https://launchpad.net/~zealdocs/+archive/ubuntu/nightly" class="btn btn-default" role="button">View nightly PPA</a>
133130
</p>
134131
</div>
135132

0 commit comments

Comments
 (0)