From 59f3a18998d5797c5e5b739ce53f008e74bfafd6 Mon Sep 17 00:00:00 2001 From: JackED42 Date: Wed, 22 Feb 2017 23:48:18 +0000 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6ae11075..d0147afa 100755 --- a/readme.md +++ b/readme.md @@ -33,9 +33,10 @@ The Drive API should now be setup and ready to use, so we need to integrate it i 8. Google Drive should now be connected and be used to get images and download Epubs. The metadata.db is stored in the calibre library location ###Optional -If your calibre web is using https (this can be done for free using cloudflare), it is possible to add a "watch" to the drive. This will inform us if the metadata.db file is updated and allow us to update our calibre library accordingly. +If your calibre web is using https (this can be done for free using cloudflare), it is possible to add a "watch" to the drive. This will inform us if the metadata.db file is updated and allow us to update our calibre library accordingly. + 9. Click enable watch of metadata.db -10. a) Note that this expires after a week, so will need to be manually refresh (TODO: Add an authenticated call to do this via crontab or something similar or maybe in before_request method) + 9. Note that this expires after a week, so will need to be manually refresh (TODO: Add an authenticated call to do this via crontab or something similar or maybe in before_request method) ##About