Skip to content

Commit b7662e0

Browse files
authored
docs(download): fix Arch Linux installation instructions (#24)
1 parent fd80c6d commit b7662e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

download.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ <h3 id="linux-alt">ALT Linux</h3>
8282
class="btn btn-default" role="button">View ALT Linux packages</a>
8383

8484
<h3 id="linux-arch">Arch Linux</h3>
85-
<p>Arch Linux users can install <code>zeal</code> from AUR</p>
86-
<a href="https://aur.archlinux.org/packages/zeal/"
87-
class="btn btn-default" role="button">View zeal in AUR</a>
85+
<p>Arch Linux users can either install Zeal from the community repository:</p>
86+
<pre>$ sudo pacman -Syu zeal</pre>
8887
<p>Or use the <code>zeal-git</code> AUR package which builds unstable source code from our Git repository.</p>
8988
<a href="https://aur.archlinux.org/packages/zeal-git/"
9089
class="btn btn-default" role="button">View zeal-git in AUR</a>

0 commit comments

Comments
 (0)