From 21c1a4492a6c437d057c3af605278e9ba5edcac0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 2 Nov 2018 14:05:51 +1100 Subject: waf: Add support to build PlantUML and Ditaa images. --- README.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index a7380a9..203c45d 100644 --- a/README.txt +++ b/README.txt @@ -115,6 +115,16 @@ Single HTML: # pkg install npm # npm install -g inliner +Plant UML: + +Install NPM as shown in Single HTML then: + + # npm install -g node-plantuml + +Ditaa: + + # pkg install ditaa + CentOS 6 and 7 ~~~~~~~~~~~~~~ @@ -151,10 +161,15 @@ Single HTML: NOTE: npm appears to be part of the EPEL repository for RHEL and CentOS. You may have to add that repository to your configuration. - # yum install npm # npm install -g inliner +Plant UML: + +Install NPM as shown in Single HTML then: + + # npm install -g node-plantuml + Spell check: # yum install aspell -- cgit v1.2.3