You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a symbolic link sudo ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin
if its still gives an error after creating a symbolic link you can add it to your PATH to fix it export PATH=$PATH:/Applications/calibre.app/Contents/MacOS
now it should work, inside the directory run gitbook pdf
i think thats about it, good luck.
The text was updated successfully, but these errors were encountered:
i've spent more time than i'd like to admit trying to build one, and finally did successfully, and here is how to do it on osx:
npm install gitbook-cli -g
calibre.app
to your Applications foldersudo ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin
export PATH=$PATH:/Applications/calibre.app/Contents/MacOS
gitbook pdf
i think thats about it, good luck.
The text was updated successfully, but these errors were encountered: