We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd80c6d commit b7662e0Copy full SHA for b7662e0
download.html
@@ -82,9 +82,8 @@ <h3 id="linux-alt">ALT Linux</h3>
82
class="btn btn-default" role="button">View ALT Linux packages</a>
83
84
<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>
+ <p>Arch Linux users can either install Zeal from the community repository:</p>
+ <pre>$ sudo pacman -Syu zeal</pre>
88
<p>Or use the <code>zeal-git</code> AUR package which builds unstable source code from our Git repository.</p>
89
<a href="https://aur.archlinux.org/packages/zeal-git/"
90
class="btn btn-default" role="button">View zeal-git in AUR</a>
0 commit comments