forked from TrueCloudLab/restic
Merge pull request 2057 from re1/patch-1
Update install instructions for Arch Linux
This commit is contained in:
commit
d10754e2b4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
======
|
||||
|
|
Loading…
Reference in a new issue