]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/install.texi
Modern go requires install instead of get
[goredo.git] / doc / install.texi
index 83f9d2db245fe4e909cbe0278e61110987009646..5ab0297721b81df97b789d50376af9cb8330b26c 100644 (file)
@@ -60,10 +60,10 @@ $ gpg --auto-key-locate  wkd --locate-keys goredo at cypherpunks dot ru
 
 @end itemize
 
-It is also @command{go get}-able:
+It is also @command{go install}-able:
 
 @example
-$ go get go.cypherpunks.ru/goredo
+$ go install go.cypherpunks.ru/goredo
 $ goredo -symlinks
 @end example