Skip to content

Commit 9e97e7b

Browse files
notfosstrollixx
authored andcommitted
Fix Arch Linux install command (#11)
pacman -Sy can break the system. https://wiki.archlinux.org/index.php/System_maintenance#Partial_upgrades_are_unsupported
1 parent a4080cd commit 9e97e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ <h2 id="linux">Linux</h2>
4848
</p>
4949

5050
<h3 id="linux-arch">Arch Linux</h3>
51-
<p>Arch Linux users can either download Zeal from the community repository:</p>
52-
<pre>$ sudo pacman -Sy zeal</pre>
51+
<p>Arch Linux users can either install Zeal from the community repository:</p>
52+
<pre>$ sudo pacman -Syu zeal</pre>
5353
<p>Or use the <code>zeal-git</code> AUR package which builds unstable source code from our Git repository.</p>
5454
<a href="https://aur.archlinux.org/packages/zeal-git/"
5555
class="btn btn-default" role="button">View zeal-git in AUR</a>

0 commit comments

Comments
 (0)