Updates README with details on optional dependencies

This commit is contained in:
Nemo 2020-06-09 18:11:28 +05:30
parent 9b7b085805
commit 376041d909
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@ Generates ebooks for The Ickabog by J.K Rowling. Original text from https://www.
`./generate.sh`
You should have `ickabog.epub`, and `ickabog.pdf` in your directory after the script finishes. If you have [ConTeXt][context] installed, you will also get a `ickabog-large.pdf` file with large fonts to be kid-friendly.
You should have `ickabog.epub`, and `ickabog.pdf` in the `out` directory after the script finishes.
- If you have [ConTeXt][context] installed, you will also get a `out/ickabog-large.pdf` file with large fonts to be kid-friendly.
- If you have `qpdf` installed, the PDF files will have cover pages
- If you have `calibre` or `kindlegen` installed, a `out/ickabog.mobi` file will also be generated. Preference is given to `kindlegen`.
## Known Issues