From 08beb7d84c705c61bdce9833c9e18018833ca1e6 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 5 Sep 2018 20:40:28 +0200 Subject: [PATCH] Add section about FreeBSD, move anchor --- doc/020_installation.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 *****************