diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 1d93be0d9..922daa694 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -98,7 +98,14 @@ On OpenBSD 6.3 and greater, you can install restic using ``pkg_add``: # pkg_add restic -.. _official_binaries: +FreeBSD +======= + +On FreeBSD (11 and probably later versions), you can install restic using ``pkg install``: + +.. code-block:: console + + # pkg install restic RHEL & CentOS ============= @@ -132,6 +139,9 @@ restic can be installed from the official repo of Solus via the ``eopkg`` packag $ eopkg install restic + +.. _official_binaries: + Official Binaries *****************