diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 22:09:52 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 22:09:52 -0700 |
commit | a9a66bc240f17e647324c235cb9e3c7918d4ea58 (patch) | |
tree | 108151f7c2ac08ed5a1816c77e7c5179bfaa8cbd | |
parent | 742229a98948f50fb75c978141626b1c9cfa9583 (diff) | |
download | gitbook-a9a66bc240f17e647324c235cb9e3c7918d4ea58.zip gitbook-a9a66bc240f17e647324c235cb9e3c7918d4ea58.tar.gz gitbook-a9a66bc240f17e647324c235cb9e3c7918d4ea58.tar.bz2 |
Add format ebook 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```. |