From 2bb1be4d4e5a9578b961ecdea77ac9610474d89b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 23 Sep 2018 18:25:21 +0200 Subject: [PATCH] Add Scoop installation method to the documentation --- doc/020_installation.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 03afd0603..c38363577 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -139,6 +139,18 @@ restic can be installed from the official repo of Solus via the ``eopkg`` packag $ eopkg install restic +Windows +======= + +restic can be installed using `Scoop `__: + +.. code-block:: console + + scoop install restic + +Using this installation method, ``restic.exe`` will automatically be available +in the ``PATH``. It can be called from cmd.exe or PowerShell by typing ``restic``. + .. _official_binaries: