removed note about poential windows support in docs
This commit is contained in:
parent
69aee7d484
commit
7de1e59344
1 changed files with 1 additions and 7 deletions
|
@ -9,16 +9,10 @@ It has been tested on the following operating systems:
|
||||||
- AlmaLinux
|
- AlmaLinux
|
||||||
- Rocky Linux
|
- Rocky Linux
|
||||||
- Debian
|
- Debian
|
||||||
|
- Windows (Restic only)
|
||||||
|
|
||||||
Ultimately, any system that can compile the code and has the `borg` or `restic`
|
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
|
binary files in the running user's `$PATH` environment variable should be able
|
||||||
to run `norg` without issue.
|
to run `norg` without issue.
|
||||||
|
|
||||||
## Windows Support
|
|
||||||
Running `norg` on Windows is feasibly possible (for Restic repositories,
|
|
||||||
Borg is not supported on Windows), and is planned for a future release.
|
|
||||||
`Norg` uses fairly pure nim code, which should be transferrable between
|
|
||||||
Operating Systems. The only thing lacking for Windows is a reference to the
|
|
||||||
correct path for running Restic. This should be an easy fix, and will work in a
|
|
||||||
future release.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue