mirror of https://github.com/restic/restic.git
Merge pull request #1651 from qbit/obsd_inst
doc: Add install instructions for OpenBSD
This commit is contained in:
commit
54c6837ec4
|
@ -69,6 +69,15 @@ Pre-compiled Binary
|
|||
You can download the latest pre-compiled binary from the `restic release
|
||||
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
|
||||
=======
|
||||
|
||||
|
|
Loading…
Reference in New Issue