]> Cypherpunks.ru repositories - goredo.git/blobdiff - README
DOT generation
[goredo.git] / README
diff --git a/README b/README
index a918baefed4f23da7566afae23cbcf10caa93608..022ae2004815a88d490d6e6af0c3e777a6b20e2e 100644 (file)
--- a/README
+++ b/README
@@ -83,6 +83,11 @@ COMMANDS                                               *goredo-commands*
     default.do
     ../default.b.o.do
     ../default.o.do
+* redo-dot -- dependency DOT graph generator. For example to visualize
+  your dependencies with GraphViz: >
+    $ redo target [...] # to assure that .redo is filled up
+    $ redo-dot target [...] > whatever.dot
+    $ dot -Tpng whatever.dot > whatever.png # possibly add -Gsplines=ortho
 <
 STATE                                                     *goredo-state*