2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00

doc: Add install instructions for OpenBSD

This commit is contained in:
Aaron Bieber 2018-03-05 06:31:57 -07:00
parent da77f4a2e2
commit 24ce08e122
No known key found for this signature in database
GPG Key ID: 279160AB1BE1236B

View File

@ -69,6 +69,15 @@ Pre-compiled Binary
You can download the latest pre-compiled binary from the `restic release You can download the latest pre-compiled binary from the `restic release
page <https://github.com/restic/restic/releases/latest>`__. page <https://github.com/restic/restic/releases/latest>`__.
OpenBSD
=======
On OpenBSD 6.3 and greater, you can install restic using ``pkg_add``:
.. code-block:: console
# pkg_add restic
Windows Windows
======= =======