Merge pull request 2057 from re1/patch-1

Update install instructions for Arch Linux
This commit is contained in:
Alexander Neumann 2018-10-21 20:04:07 +02:00
commit d10754e2b4
1 changed files with 3 additions and 3 deletions

View File

@ -30,12 +30,12 @@ command.
Arch Linux
==========
On `Arch Linux <https://www.archlinux.org/>`__, there is a package called ``restic-git``
which can be installed from AUR, e.g. with ``pacaur``:
On `Arch Linux <https://www.archlinux.org/>`__, there is a package called ``restic``
installed from the official community repos, e.g. with ``pacman -S``:
.. code-block:: console
$ pacaur -S restic-git
$ pacman -S restic
Debian
======