From d68421acca6269977e45e54b11b14b320881956c Mon Sep 17 00:00:00 2001 From: zjamnik Date: Tue, 5 Jul 2022 00:50:45 +0200 Subject: [PATCH] Readme usage section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f5054..f5a314e 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,7 @@ At first start it will create an empty config file `./novelConfig.conf`, adjust }, "novels": [] // Table of } -``` \ No newline at end of file +``` + +# 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. \ No newline at end of file