From 9d24bf8ccee09e8e2d290f0081c88c1aa3cea7b2 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Tue, 23 Jul 2019 21:25:52 +0200 Subject: [PATCH] add asciidoctor-pdf --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 34d9b05..4d1ce77 100644 --- a/README.md +++ b/README.md @@ -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)"