From f500b0d90ecd5e425fa5a1be839673cdb59b3906 Mon Sep 17 00:00:00 2001 From: "Leo R. Lundgren" Date: Sun, 11 Oct 2020 18:31:07 +0200 Subject: [PATCH] doc: Add restic install instructions for Alpine Linux --- doc/020_installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index b157c7a32..b9f5f2bdc 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -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 `__ you can install the ``restic`` +package from the official community repos, e.g. using ``apk``: + +.. code-block:: console + + $ apk add restic + Arch Linux ==========