markdown install-ebook-convert.md

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown install-ebook-convert.md相关的知识,希望对你有一定的参考价值。

Install `cask` that extends the `brew` command :

```
brew install phinze/cask/brew-cask
```

Install `calibre` using `cask` :

```
brew cask install calibre
```

Setup `$PATH` for `calibre` (add `ebook-convert` and other commands to `$PATH`) :

```
export PATH="~/Applications/calibre.app/Contents/MacOS/:$PATH"
```

Or add it to your shell's `.profile` with :

```
echo 'export PATH=~/Applications/calibre.app/Contents/MacOS/:$PATH' >> ~/.profile
```

Now `ebook-convert` should be available :)

以上是关于markdown install-ebook-convert.md的主要内容,如果未能解决你的问题,请参考以下文章

转换rst到markdown总结

markdown [Markdown HowTo]作为Markdown语法的秘籍

python markdown干啥用的

markdown前端渲染

如何用markdown生成目录

markdown排版示例