diff --git a/doc/020_installation.rst b/doc/020_installation.rst index f79819837..43f5afe66 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -74,6 +74,16 @@ avoid any conflicts: $ dnf copr remove copart/restic +Gentoo Linux +============ + +On `Gentoo Linux `__, you can install the ``restic`` +package from the official repos using ``emerge``: + +.. code-block:: console + + # emerge -av restic + macOS =====