mirror of
https://github.com/netinvent/npbackup.git
synced 2024-11-10 09:03:02 +08:00
Update README.md
This commit is contained in:
parent
db6e1b5e45
commit
ced5a35a1b
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ While restic is a fanstastic program, NPBackup tries to complete restic in order
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
On Windows, use `NPBackupInstaller.exe` to install NPBackup into program files.
|
On Windows, use `NPBackupInstaller.exe` to install NPBackup into program files.
|
||||||
On Linux, just copy `npbackup` to `/usr/local/bin`
|
On Linux, just copy `npbackup` to `/usr/local/bin` or use `pip install npbackup`
|
||||||
|
|
||||||
Copy the example config from model `examples/npbackup.conf.dist` into the directory where npbackup is installed.
|
Copy the example config from model `examples/npbackup.conf.dist` into the directory where npbackup is installed.
|
||||||
|
|
||||||
|
@ -124,4 +124,4 @@ export NPBACKUP_LOCALE=en
|
||||||
On Windows:
|
On Windows:
|
||||||
```
|
```
|
||||||
set NPBACKUP_LOCALE=en
|
set NPBACKUP_LOCALE=en
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue