From 432e1672555f600e40a33cb668508e75418920c8 Mon Sep 17 00:00:00 2001 From: xulongwu4 Date: Fri, 30 Mar 2018 17:36:29 -0400 Subject: [PATCH] Add instructions for installation on Solus --- doc/020_installation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 863d15799..a2e03a504 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -93,6 +93,15 @@ restic can be installed via copr repository. $ dnf copr enable copart/restic $ dnf install restic +Solus +===== + +restic can be installed from the official repo of Solus via the ``eopkg`` package manager: + +.. code-block:: console + + $ eopkg install restic + OpenBSD =======