forked from TrueCloudLab/restic
Add section about FreeBSD, move anchor
This commit is contained in:
parent
e9cdcf131c
commit
08beb7d84c
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
*****************
|
||||
|
||||
|
|
Loading…
Reference in a new issue