Skip to content

Instantly share code, notes, and snippets.

@NLKNguyen
Last active September 6, 2023 11:20
Show Gist options
  • Select an option

  • Save NLKNguyen/c39596c205ba1f1866c8 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

Thanks!

@ercnksgl
Copy link
Copy Markdown

thnks!

@pdcal
Copy link
Copy Markdown

pdcal commented Apr 24, 2021

Thank you, really appreciate the time saved!

@ogaida
Copy link
Copy Markdown

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