From 6caa9d38acc2e08a5235b855dab65bed58b54a83 Mon Sep 17 00:00:00 2001 From: Markus Date: Sat, 20 Oct 2018 13:09:52 +0000 Subject: [PATCH] Update install instructions for Arch Linux restic has been added to the official community repositories in august 2018. --- doc/020_installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 1347255a4..6b9d69b32 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -30,12 +30,12 @@ command. Arch Linux ========== -On `Arch Linux `__, there is a package called ``restic-git`` -which can be installed from AUR, e.g. with ``pacaur``: +On `Arch Linux `__, 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 ======