Update install command for archlinux (#165)

Change pacman -Sy to -S. Partial upgrades are unsupported and are prone to cause issues.
This commit is contained in:
Miepee 2021-05-13 05:51:17 +02:00 committed by GitHub
parent 0bb8948e1b
commit 553ba0437b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,7 +305,7 @@
qBittorrent is officially packaged on <a href="https://www.archlinux.org/">ArchLinux</a>.
To install, simply type the following commands:
<div class="codePart" style="width:540px; margin:10px 10px 10px 5px; padding:5px;">
sudo pacman -Sy qbittorrent
sudo pacman -S qbittorrent
</div>
Package information <a href="https://www.archlinux.org/packages/?q=qbittorrent">here</a>.<br/><br/>
For development, you can get PKGBUILD from Arch User Repository (AUR) and build it yourself:<br/>