]> Cypherpunks.ru repositories - goredo.git/blobdiff - README
redo-stamp with REDO_NO_HASH workability fix
[goredo.git] / README
diff --git a/README b/README
index db2222ededb298583937ed792d695578debe370a..022ae2004815a88d490d6e6af0c3e777a6b20e2e 100644 (file)
--- a/README
+++ b/README
@@ -33,6 +33,7 @@ NOTES                                                     *goredo-notes*
   REDO_TOP_DIR environment variable, or by having .redo/top file in it
 * executable .do is run as is
 * shebangless .do is run with /bin/sh -e[x]
+* target's completion messages are written after they finish
 
 FEATURES                                               *goredo-features*
 
@@ -82,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*