diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-12-22 10:17:28 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 10:17:28 +0100 |
commit | 16af264360e48e8a833e9efa9ab8d194574dbc70 (patch) | |
tree | c50988f32ccf18df93ae7ab40be78e9459642818 /docs/ebook.md | |
parent | febdd8a8bd26466509d03fe2d95aff97e7631c2f (diff) | |
parent | 64ccb6b00b4b63fa0e516d4e35351275b34f8c07 (diff) | |
download | gitbook-16af264360e48e8a833e9efa9ab8d194574dbc70.zip gitbook-16af264360e48e8a833e9efa9ab8d194574dbc70.tar.gz gitbook-16af264360e48e8a833e9efa9ab8d194574dbc70.tar.bz2 |
Merge branch 'master' into dream
Diffstat (limited to 'docs/ebook.md')
-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: |