Skip to content

Instantly share code, notes, and snippets.

@K4zuki
Last active July 21, 2017 11:39
Show Gist options
  • Save K4zuki/2468c8b4ee373cfca6ad40dc07c09275 to your computer and use it in GitHub Desktop.
Save K4zuki/2468c8b4ee373cfca6ad40dc07c09275 to your computer and use it in GitHub Desktop.
PlantUML installation

Background

  • PlantUML is a nice UML language, written in Java
    • has dependency on Graphviz for some of graphs

Installation

Windows

Linux

OSX

  • install jdk8
  • brew install graphviz
  • brew install plantuml

test

  • puml.txt
    @startuml
    object firstObject
    object "My Second Object" as o2
    @enduml
    
  • try java -jar plantuml.jar puml.txt

work with pandoc(Windows/Linux)

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