blob: fdbe7e47404f78b5ad360b5a23783829118e4e2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
GvGen is installed.
For a quick start:
- create dot file ./yourgraph.py > gourgraph.dot
- generate graph dot -Tpng yourgraph.dot > yourgraph.png
Generate your graph require the graphics/graphviz port to be
installed.
Review the ChangeLog document in the documentation directory.
EOM
}
]
|