1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

calibre-web/README.rst: Refine "Upgrading" grammar

This commit is contained in:
A Holt 2024-07-18 03:21:01 -04:00 committed by GitHub
parent 4150ce342e
commit 514f0ea714
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -168,15 +168,15 @@ and remove all existing e-book/video/media metadata — then move your
/library/calibre-web/config/app.db, /library/calibre-web/metadata.db and
/library/calibre-web/xklb-metadata.db out of the way.**
RECAP: In general, "reinstalling" Calibre-Web automatically installs the latest
version — if your Internet-in-a-Box (IIAB) is online. Strongly consider the
new ``iiab-update`` technique described above. But if you must use the
older/manual technique, you would need to run, as root::
RECAP: Either way, "reinstalling" Calibre-Web automatically installs the latest
version — so long as your Internet-in-a-Box (IIAB) is online. Most people
should stick with the new ``iiab-update`` technique above. However if you must
use the older/manual approach, you would need to run, as root::
cd /opt/iiab/iiab
./runrole --reinstall calibre-web
Or, if you want to try upgrading Calibre-Web code alone::
Or, if there's a need to try updating Calibre-Web's code alone::
cd /usr/local/calibre-web-py3
git pull