From c9969801fb9795ba55e761b6dbf43a6e28ebbaee Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Sat, 26 Sep 2015 09:38:31 +0200 Subject: [PATCH] Better instructions to configure preview --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8ca72e..789eaec 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,10 @@ Make sure you have [MELPA](http://melpa.org/) enabled in your ``emacs.d``. Then, M-x package-install puml-mode -Enjoy! +Also, to enable preview you need to tell `puml-mode` where to locate the PlantUML JAR file. By default it will look for it in `~/plantuml.jar`, but you can specify any location with: + + M-x customize-variable + puml-plantuml-jar-path Features ========