opnsense-ports/graphics/py-gvgen/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

16 lines
333 B
Text

[
{ 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
}
]