2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 00:20:48 +00:00

Merge pull request 2147 from kilburn/macports

Document installation with MacPorts
This commit is contained in:
Alexander Neumann 2019-02-10 12:50:52 +01:00
commit aa7043151a

View File

@ -78,6 +78,12 @@ If you are using macOS, you can install restic using the
$ brew install restic
You may also install it using `MacPorts <https://www.macports.org/>`__:
.. code-block:: console
$ sudo port install restic
Nix & NixOS
===========