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