Update 020_installation.rst adding install command for Gentoo Linux

Added basic instructions for restic installation on Gentoo using the official package manager (Portage)
This commit is contained in:
y0n3d4
2025-08-05 14:01:10 +02:00
committed by GitHub
parent 72636238d0
commit f487eb1c66

View File

@@ -74,6 +74,16 @@ avoid any conflicts:
$ dnf copr remove copart/restic
Gentoo Linux
============
On `Gentoo Linux <https://www.gentoo.org/>`__, you can install the ``restic``
package from the official repos using ``emerge``:
.. code-block:: console
# emerge -av restic
macOS
=====