From 24c3b73f7c7d5976ba3352656516643d2df3a0b3 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Mon, 2 Feb 2026 07:28:21 +0100 Subject: [PATCH] doc(installation): add mise alternative installation method Signed-off-by: jylenhof --- doc/020_installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 1c41aeb76..6c12d8bcf 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -123,6 +123,16 @@ You can install it by adding this to your ``configuration.nix``: pkgs.restic ]; +Mise (Linux/MacOS/Windows) +========================== + +If you are using `Mise `__, +you can install ``restic`` using this command: + +.. code-block:: console + + $ mise use -g restic@latest + OpenBSD =======