X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=0cb969af6141cd4b16bbae27017ec7f558562df9;hb=3a29962a4bfcb0cf6cdfd112fb87f68751b0a0dc;hp=cfc6b468a18dc221bf73a6a083255d57cdfd526d;hpb=8bcef864fb5801974190498023b9b0947c2f8c7d;p=goredo.git diff --git a/README b/README index cfc6b46..0cb969a 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ INSTALL *goredo-install* $ goredo -symlinks $ export PATH=`pwd`:$PATH -If you have problems with *.golang.org's unability to verify +If you have problems with *.golang.org's inability to verify authenticity of go.cypherpunks.ru TLS connection, then you can disable their usage by setting GOPRIVATE=go.cypherpunks.ru. If you still have problems with the authenticity on your side, then build it manually: > @@ -41,7 +41,7 @@ NOTES *goredo-notes* * "all" target is default * stdout is always captured, but no target is created if it was empty * empty targets are considered always out of date -* .do's $3 is relative path to the file in same directory +* .do's $3 is relative path to the file in target directory * .do search goes up to / by default, but can be limited with either $REDO_TOP_DIR environment variable, or by having .redo/top file in it * target's completion messages are written after they finish @@ -96,6 +96,7 @@ COMMANDS *goredo-commands* default.do ../default.b.o.do ../default.o.do + ../default.do * redo-dot -- dependency DOT graph generator. For example to visualize your dependencies with GraphViz: > $ redo target [...] # to assure that **/.redo/*.dep are filled up