18 lines
205 B
Markdown
18 lines
205 B
Markdown
|
|
```shell
|
|
brew install graphviz
|
|
```
|
|
|
|
```shell
|
|
dot -Tpng statemachine.dot -o statemachine.png
|
|
```
|
|
|
|
|
|
```shell
|
|
brew install plantuml
|
|
```
|
|
```shell
|
|
plantuml statemachine.uml.dot
|
|
```
|
|
|
|
plantuml statemachine.scxml |