Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 437 Bytes

ebookconvert.md

File metadata and controls

13 lines (8 loc) · 437 Bytes

Installing ebook-convert

ebook-convert is required to generate ebooks (epub, mobi, pdf).

Mac

Download the Calibre app. After moving the calibre.app to your Applications folder create a symbolic link to the ebook-convert tool:

$ sudo ln -s ~/Applications/calibre.app/Contents/MacOS/ebook-convert /usr/bin

You can replace /usr/bin with any directory that is in your $PATH.