diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 22:28:17 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 22:28:17 -0700 |
commit | 5887f1de284259d770cd8f34618929a3af5acf1c (patch) | |
tree | 108151f7c2ac08ed5a1816c77e7c5179bfaa8cbd /README.md | |
parent | 4c36c592c1cccfbbb7843d74846a5f908bfcab4e (diff) | |
parent | a9a66bc240f17e647324c235cb9e3c7918d4ea58 (diff) | |
download | gitbook-5887f1de284259d770cd8f34618929a3af5acf1c.zip gitbook-5887f1de284259d770cd8f34618929a3af5acf1c.tar.gz gitbook-5887f1de284259d770cd8f34618929a3af5acf1c.tar.bz2 |
Merge pull request #42 from GitbookIO/feature/ebook
Fix #10: Add generation to ebook
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ GitBook can generate your book in the following formats: * **Static Website**: This is the default format, it generates a complete interactive static website that can be for example hosted on GitHub Pages. * **PDF**: A complete PDF book with exercise solutions at the end of the book. Generate to this format using: ```gitbook pdf ./myrepo```, you need to have [gitbook-pdf](https://github.com/GitbookIO/gitbook-pdf) installed. +* **eBook**: A complete eBook with exercise solutions at the end of the book. Generate to this format using: ```gitbook ebook ./myrepo```, you need to have [ebook-convert](http://manual.calibre-ebook.com/cli/ebook-convert.html) installed. * **Single Page**: The book will be stored in a single printable HTML page, this format is used for conversion to PDF or eBook. Generate to this format using: ```gitbook build ./myrepo -f page```. * **JSON**: This format is used for debugging or extracting metadata from a book. Generate to this format using: ```gitbook build ./myrepo -f json```. |