From 8b4ea151db313cac38ab6d438936e190c9bd078f Mon Sep 17 00:00:00 2001 From: zjamnik Date: Wed, 6 Jul 2022 14:07:20 +0200 Subject: [PATCH] readme usage section update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e9ea2..89192f9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,11 @@ At first start it will create an empty config file `./novelConfig.conf`, adjust For some reason Amazon just forgets the cover and TOS on conversion from epub. Both features worked correctly with mobi, but that format is being phased out. From what I found, Amazon is being an ass about it and is ignoring built in metadata in favor of getting them from their book database. So sending books not bought from them is made intentionally inferior. # Usage -Just run the script with Node.js. Intended usage is with a Task Scheduler on Windows. There shouldn't be anything OS specific. Cron on Linux should work after modifying `"converterPath"` to an appropriate command, but that's untested. +Grab the latest release and run the binary. +OR +Run the script directly from cloned project with Node.js. + +Intended usage is with a Task Scheduler on Windows. There shouldn't be anything OS specific. Cron on Linux should work after modifying `"converterPath"` to an appropriate command, but that's untested. At present there is no crash resiliency, if the program crashes for any reason `"lastChapterURL"`, `"lastVolume"` and `"completed"` config will not be cosistent and needs to be corrected. There is a copy of config file created at the start. ## Send to Kindle