mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Merge pull request #2006 from Calinou/doc-add-scoop-installation
Add Scoop installation method to the documentation
This commit is contained in:
commit
2f774acce3
@ -139,6 +139,18 @@ restic can be installed from the official repo of Solus via the ``eopkg`` packag
|
|||||||
|
|
||||||
$ eopkg install restic
|
$ 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:
|
.. _official_binaries:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user