diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 82b3f35c2..c25fe8b8f 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -69,6 +69,15 @@ Pre-compiled Binary You can download the latest pre-compiled binary from the `restic release page `__. +OpenBSD +======= + +On OpenBSD 6.3 and greater, you can install restic using ``pkg_add``: + +.. code-block:: console + + # pkg_add restic + Windows =======