add asciidoctor-pdf

This commit is contained in:
Morgan Wattiez 2019-07-23 21:25:52 +02:00
parent e8496c82e2
commit 9d24bf8cce

View File

@ -14,6 +14,9 @@ sdk install java 8.0.202-zulu
### Install dependencies (apps, fonts, ...) with Brew
`brew bundle`
### Install asciidoctor-pdf
`sudo gem install -n /usr/local/bin asciidoctor-pdf --pre`
### Install Oh My Zsh and some cool dependencies
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"