added new note about windows support
This commit is contained in:
parent
7de1e59344
commit
5681d40eeb
1 changed files with 7 additions and 2 deletions
|
@ -9,10 +9,15 @@ It has been tested on the following operating systems:
|
|||
- AlmaLinux
|
||||
- Rocky Linux
|
||||
- Debian
|
||||
- Windows (Restic only)
|
||||
- [Windows](#windows-support) (Restic only)
|
||||
|
||||
Ultimately, any system that can compile the code and has the `borg` or `restic`
|
||||
binary files in the running user's `$PATH` environment variable should be able
|
||||
to run `norg` without issue.
|
||||
|
||||
|
||||
## Windows Support
|
||||
Norg does work on windows but requires `libcrypto` and `libssl`. You can just put
|
||||
these libraries in the same directory as the `norg.exe` binary.
|
||||
You can also install Nim (which includes these libraries) on Windows and put
|
||||
the `./nim/bin` folder in your `$PATH` environment variable for these libraries
|
||||
to be found and referenced.
|
||||
|
|
Loading…
Reference in a new issue