From bb0c9232988bd87874fff68eb373b68f4a126f9f Mon Sep 17 00:00:00 2001 From: Markus Zoppelt Date: Sun, 19 Nov 2023 11:03:42 +0100 Subject: [PATCH] docs: add pkgx install option PR in pkgx pantry: https://github.com/pkgxdev/pantry/pull/4098 restic pkg: https://pkgx.dev/pkgs/restic.net/restic/ --- doc/020_installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 0fedc6425..0f1cd6c04 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -84,6 +84,12 @@ If you are using macOS, you can install restic using the $ brew install restic +On Linux and macOS, you can also install it using `pkgx `__: + +.. code-block:: console + + $ pkgx install restic + You may also install it using `MacPorts `__: .. code-block:: console