Last active
September 6, 2023 11:20
-
-
Save NLKNguyen/c39596c205ba1f1866c8 to your computer and use it in GitHub Desktop.
Revisions
-
NLKNguyen revised this gist
Jul 25, 2015 . No changes.There are no files selected for viewing
-
NLKNguyen created this gist
Jul 25, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ *Require java* **Install Graphviz** `$ sudo apt-get install graphviz` [**Download plantuml.jar**](http://plantuml.sourceforge.net/download.html) Store in for example `~/java/plantuml.jar` **Make sure it's working** `$ java -jar ~/java/plantuml.jar -testdot` Should see something like `Installation seems OK. File generation OK`