Skip to content

Commit 3792ce2

Browse files
committed
docs(download): refine Ubuntu PPA instructions
1 parent 6a29725 commit 3792ce2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

download.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ <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 install zeal</pre>
121+
<pre>sudo apt install zeal</pre>
122122
<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>
123+
<pre>sudo add-apt-repository ppa:zealdocs<br>sudo apt install zeal</pre>
124124
<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>
125+
<pre>sudo add-apt-repository ppa:zealdocs/nightly<br>sudo apt install zeal</pre>
126126
<p>
127127
<a href="https://packages.ubuntu.com/search?keywords=zeal&searchon=names" class="btn btn-default" role="button">View Ubuntu packages</a>
128128
<a href="https://launchpad.net/~zealdocs/+archive/ubuntu/ppa" class="btn btn-default" role="button">View stable PPA</a>

0 commit comments

Comments
 (0)