diff --git a/README.md b/README.md index 5bf3a20e1..90cabb308 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,14 @@ An app to download novels from online sources and generate e-books. **This application uses _Calibre_ to convert ebooks.**
**Install it from https://calibre-ebook.com/download**
-Without it, you will only get output in epub, text, and web formats. +Without it, you will only get output in epub, text, and web formats.
+ +**For macOS, you need to manually add the path to Calibre.**
+Before starting lncrawl, use the command: +```bash +$ export PATH="$PATH:/Applications/calibre.app/Contents/MacOS" +``` +If you used a folder other than Applications during installation, replace `/Applications/` with your path to Calibre.