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 =======