$ [sudo] apt-get update -qq \
> && [sudo] apt-get install graphvizThe dot executable will be useful later on
$ mkdir -p ~/.bin/java \
> && wget http://sourceforge.net/projects/plantuml/files/plantuml.jar/download \
> -O ~/.bin/java/plantuml.jar$ apm install \
> language-plantuml \
> plantuml-preview
- Put the result of
which dotinGraphviz Dot Executable. - Put
~/.bin/java/plantuml.jarinPlantUML Jar.