Update install instructions for Arch Linux

restic has been added to the official community repositories in august 2018.
This commit is contained in:
Markus
2018-10-20 13:09:52 +00:00
committed by GitHub
parent 19fd0f101f
commit 6caa9d38ac

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
======