aboutsummaryrefslogtreecommitdiff
path: root/support/deptree2dot/README.md
blob: 3df9a520b17788a130f6c1a860c7e36526e27c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
# deptree2dot - Graph the OpenRC Dependency Tree

This utility can be used to graph the OpenRC dependency tree. It
requires perl5.x and converts the tree to a .dot file which can be
processed by graphviz.

Example usage:

$ chmod +x deptree2dot
$deptree2dot > deptree.dot
$deptree2dot | dot -Tpng -o deptree.png