Added hint where to place restic.exe on windows

I've added a hint for pre-compiled binaries on windows where to place them for easier use in the shell or in scripts without the hassle for absolute paths.
This commit is contained in:
Martin 2018-01-19 12:24:09 +01:00 committed by GitHub
parent 87e31799f2
commit 39f1ba1897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,13 @@ Pre-compiled Binary
You can download the latest pre-compiled binary from the `restic release
page <https://github.com/restic/restic/releases/latest>`__.
Windows
=======
On Windows, put the `restic.exe` into `%SystemRoot%\System32` to use restic
in scripts without the need for absolute paths to the binary. This requires
Admin rights.
Docker Container
****************