2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 17:40:53 +00:00

doc: Add restic install instructions for Alpine Linux

This commit is contained in:
Leo R. Lundgren 2020-10-11 18:31:07 +02:00
parent c193cea119
commit f500b0d90e

View File

@ -27,6 +27,16 @@ Please see the :ref:`official_binaries` section below for various downloads.
Official binaries can be updated in place by using the ``restic self-update``
command.
Alpine Linux
============
On `Alpine Linux <https://www.alpinelinux.org>`__ you can install the ``restic``
package from the official community repos, e.g. using ``apk``:
.. code-block:: console
$ apk add restic
Arch Linux
==========