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.

Revisions

  1. NLKNguyen revised this gist Jul 25, 2015. No changes.
  2. NLKNguyen created this gist Jul 25, 2015.
    15 changes: 15 additions & 0 deletions Installation.md
    Original 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`