Add install command in README.
This commit is contained in:
parent
6016eb31b1
commit
45264944cd
1 changed files with 6 additions and 0 deletions
|
@ -8,3 +8,9 @@ ksrackup {backup_name} backup :: Perform a new backup.
|
||||||
ksrackup {backup_name} prune :: Prune outdated backups.
|
ksrackup {backup_name} prune :: Prune outdated backups.
|
||||||
ksrackup {backup_name} restic :: Execute an arbitrary restic command.
|
ksrackup {backup_name} restic :: Execute an arbitrary restic command.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
```shell
|
||||||
|
(curl https://code.zeptotech.net/Madeorsk/ksrackup/raw/branch/main/ksrackup -o /usr/bin/ksrackup && chmod +x /usr/bin/ksrackup)
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue