Reame dependecies fix

This commit is contained in:
2022-07-05 00:45:47 +02:00
parent 1107184ca0
commit 2abf85f8f2
+2 -2
View File
@@ -6,8 +6,8 @@ Script will pack your WebNovels into convinient eBooks, complete with cover imag
It's a Node.js project so install that.
Project is using `node-html-parser` and `nodemailer` libraries. It should be enough to:
```
npm install node-html-parser --save
npm install nodemailer --save
npm install --save node-html-parser
npm install --save nodemailer
```
# Config