diff options
author | Guillermo Lengemann <omerta@unefa-glug.org.ve> | 2016-10-19 12:01:59 -0400 |
---|---|---|
committer | Nicolas Gaborit <soreine.plume@gmail.com> | 2016-10-19 18:01:59 +0200 |
commit | 5f0a81d18bb67c920d32c33ecde4545ea2dd5d37 (patch) | |
tree | fd98c73229a75ce6d4b5426ffb3b259e348fe9b2 | |
parent | b564ef658001f3f7ceb59bbe01a4c99d4ab79509 (diff) | |
download | gitbook-5f0a81d18bb67c920d32c33ecde4545ea2dd5d37.zip gitbook-5f0a81d18bb67c920d32c33ecde4545ea2dd5d37.tar.gz gitbook-5f0a81d18bb67c920d32c33ecde4545ea2dd5d37.tar.bz2 |
GNU/Linux Calibre installation instruction for ebook (#1533)
Adding details to generating ebook an pdfs in GNU/Linux.
-rw-r--r-- | docs/ebook.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ebook.md b/docs/ebook.md index 6931079..104f110 100644 --- a/docs/ebook.md +++ b/docs/ebook.md @@ -17,6 +17,20 @@ $ gitbook mobi ./ ./mybook.mobi `ebook-convert` is required to generate ebooks (epub, mobi, pdf). +##### GNU/Linux + +Install the [Calibre application](https://calibre-ebook.com/download). + +``` +$ sudo aptitude install calibre +``` + +In some GNU/Linux distributions node is installed as nodejs, you need to manually create a symlink: + +``` +$sudo ln -s /usr/bin/nodejs /usr/bin/node +``` + ##### OS X Download the [Calibre application](https://calibre-ebook.com/download). After moving the `calibre.app` to your Applications folder create a symbolic link to the ebook-convert tool: |