Update README with openSUSE manual installation instructions
This commit is contained in:
parent
8a429693ef
commit
77f3d5f58e
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -46,6 +46,22 @@ Zupt is available as an openSUSE package. You can install it directly using **zy
|
||||||
|
|
||||||
- **home:cabelo:diraq** – [Zupt package](https://build.opensuse.org/package/show/home:cabelo:diraq/zupt)
|
- **home:cabelo:diraq** – [Zupt package](https://build.opensuse.org/package/show/home:cabelo:diraq/zupt)
|
||||||
|
|
||||||
|
To install manually, follow the instructions below.
|
||||||
|
|
||||||
|
For 16.0, run the following as root:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
zypper addrepo https://download.opensuse.org/repositories/home:cabelo:multicortex/16.0/home:cabelo:multicortex.repo
|
||||||
|
zypper refresh
|
||||||
|
zypper install zupt
|
||||||
|
```
|
||||||
|
For 15.6, run the following as root:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
zypper addrepo https://download.opensuse.org/repositories/home:cabelo:multicortex/15.6/home:cabelo:multicortex.repo
|
||||||
|
zypper refresh
|
||||||
|
zypper install zupt
|
||||||
|
```
|
||||||
# Settings
|
# Settings
|
||||||
```# Password-encrypted backup
|
```# Password-encrypted backup
|
||||||
zupt compress -p "changeme" backup.zupt ~/Documents/
|
zupt compress -p "changeme" backup.zupt ~/Documents/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue