Skip to content

Instantly share code, notes, and snippets.

@NLKNguyen
Last active September 6, 2023 11:20
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NLKNguyen/c39596c205ba1f1866c8 to your computer and use it in GitHub Desktop.
Save NLKNguyen/c39596c205ba1f1866c8 to your computer and use it in GitHub Desktop.
Work with PlantUML on Ubuntu

Require java

Install Graphviz

$ sudo apt-get install graphviz

Download plantuml.jar

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

@abrahamcuenca
Copy link

Thanks!

@ercnksgl
Copy link

thnks!

@pdcal
Copy link

pdcal commented Apr 24, 2021

Thank you, really appreciate the time saved!

@ogaida
Copy link

ogaida commented Sep 6, 2023

perfect! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment