From 00ef7719f2497c1397bdf05f5ffe77d321a01cbc Mon Sep 17 00:00:00 2001 From: James Gregory Date: Sun, 19 Jan 2014 16:31:49 +1100 Subject: [PATCH] Mention mobi slowness --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e915567..12826c3 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,5 @@ To generate an e-reader friendly version of the book, you can use `make` with on * `all` - do all of the above Once complete, there'll be an `out` directory with a `black-book.epub`, a `black-book.mobi` and a `html` directory with a `black-book.html` file. + +> Note: Generating a mobi requires an epub to already exist. Also, mobi generation can be *slow* because of compression. If you want a quick mobi conversion you can just run `kindlegen out/black-book.epub`.