From fc8a2ba05732bea00b1cd605bcdc68aaa1377290 Mon Sep 17 00:00:00 2001 From: Jan Broer Date: Mon, 12 Oct 2015 04:37:39 +0200 Subject: [PATCH] Add instructions for KindleGen --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 94b0f09c..42e634f1 100755 --- a/readme.md +++ b/readme.md @@ -34,4 +34,11 @@ Calibre Web is a Python web app providing a clean interface for browsing, readin ## Requirements -Python 2.7+ \ No newline at end of file +Python 2.7+ + +Optionally, to enable on-the-fly conversion from EPUB to MOBI when using the send-to-kindle feature: + +1. Create a `vendor` folder in the app root +2. [Download](http://www.amazon.com/gp/feature.html?docId=1000765211) Amazon's KindleGen tool for your platform and place the binary named as `kindlegen` in this folder. + +Calibre Web supports on-the-fly conversion of EPUB ebooks to Kindle format. To enable this feature, download http://www.amazon.com/gp/feature.html?docId=1000765211 \ No newline at end of file