initial commit
This commit is contained in:
11
support/deptree2dot/README.md
Normal file
11
support/deptree2dot/README.md
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user