1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Merge pull request #4 from YunoHost-Apps/Testing

Update README.md
This commit is contained in:
Krakinou 2018-12-16 20:08:25 +01:00 committed by GitHub
commit 349162fa1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ Alternatively, you may use [COPS](https://github.com/YunoHost-Apps/cops_ynh) whi
## Backup library ## Backup library
By default, backup process will not backup calibre library (backup_core_only logic). By default, backup process will not backup Calibre library (backup_core_only logic).
You may activate backup of the library with You may activate backup of the library with
``` ```
yunohost app setting calibreweb backup_core_only -v 0 yunohost app setting calibreweb backup_core_only -v 0
@ -43,7 +43,7 @@ chmod o+rw path/to/library
## Links ## Links
* Report a bug: https://github.com/YunoHost-Apps/calibreweb_ynh/issues * Report a bug: https://github.com/YunoHost-Apps/calibre_ynh/issues
* App website: https://github.com/janeczku/calibre-web * App website: https://github.com/janeczku/calibre-web
* YunoHost website: https://yunohost.org/ * YunoHost website: https://yunohost.org/
@ -56,9 +56,9 @@ Please do your pull request to the [testing branch](https://github.com/Krakinou/
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
``` ```
sudo yunohost app install https://github.com/Krakinou/calibreweb_ynh/tree/Testing --debug sudo yunohost app install https://github.com/Yunohost-Apps/calibre_ynh/tree/Testing --debug
or or
sudo yunohost app upgrade calibreweb -u https://github.com/Krakinou/calibreweb_ynh/tree/Testing --debug sudo yunohost app upgrade calibreweb -u https://github.com/Yunohost-Apps/calibre_ynh/tree/Testing --debug
``` ```