Merge pull request #2006 from Calinou/doc-add-scoop-installation

Add Scoop installation method to the documentation
This commit is contained in:
Alexander Neumann 2018-09-25 13:23:28 +02:00
commit 2f774acce3
1 changed files with 12 additions and 0 deletions

View File

@ -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 <https://scoop.sh/>`__:
.. 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: