From 1cd615530cbfb4c5f83bcf059c0278003a35369f Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Tue, 2 Jun 2015 01:51:31 +0530 Subject: [PATCH] Updates requirements --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63b130e..f32a5fc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,15 @@ and run the script on your own machine to generate the copies. - Ruby - Nokogiri gem installed (`gem install nokogiri`) - Unix system with `wget` installed -- `pandoc` installed and available +- `pandoc` installed and available +- `ebook-convert` (from calibre) available to generate the mobi file +- `wkhtmltopdf` for converting html to pdf +- `pdftk` to stitch the final PDF file +- `imagemagick` to convert jpg to PDF + +The final 3 tools can be skipped if you don't care about the PDF generation. + +You can also skip calibre if you only want the EPUB file. # Setup