From 629ad6ae84e2f8105f1d7c8b105f0c0b0e41b665 Mon Sep 17 00:00:00 2001 From: Yoshihiro TANAKA Date: Tue, 18 Apr 2017 14:04:03 -0700 Subject: [PATCH] Add asciidoctor-diagram to install (#75) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7dfdb55..217635a 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ make 1. Add `/Library/TeX/texbin` to your `PATH`. 1. `easy_install dblatex` 1. Install [asciidoc](http://asciidoc.org/INSTALL.html) +1. Install [asciidoctor-diagram](http://asciidoctor.org/docs/asciidoctor-diagram/) 1. Install [shaape](https://github.com/christiangoltz/shaape) 1. Install [source-highlight](https://www.gnu.org/software/src-highlite/) 1. Install [wget](https://www.gnu.org/software/wget/) @@ -80,6 +81,7 @@ make 1. `pip install shaape` 1. `brew install source-highlight` 1. `brew install wget` +1. `gem install asciidoctor-diagram` 1. `make` ## License