From: Sergey Matveev Date: Thu, 4 Aug 2022 10:13:43 +0000 (+0300) Subject: Modern go requires install instead of get X-Git-Tag: v1.26.0~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=commitdiff_plain;h=5d6d5828df0e350a7f9b6a829b364f87bf47d1d5 Modern go requires install instead of get --- diff --git a/doc/features.texi b/doc/features.texi index dd11399..06317a5 100644 --- a/doc/features.texi +++ b/doc/features.texi @@ -42,7 +42,7 @@ implementations. for each line. To convert them to localtime you can use either @command{tai64nlocal} utility from @url{http://cr.yp.to/daemontools.html, daemontools}, or similar one: - @code{go get go.cypherpunks.ru/tai64n/cmd/tai64nlocal} + @code{go install go.cypherpunks.ru/tai64n/v2/cmd/tai64nlocal} @item Either GNU Make or bmake @ref{Jobserver, jobserver} compatibility support @end itemize diff --git a/doc/install.texi b/doc/install.texi index 83f9d2d..5ab0297 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -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 diff --git a/doc/logs.texi b/doc/logs.texi index e827a6c..bb4c3a3 100644 --- a/doc/logs.texi +++ b/doc/logs.texi @@ -23,7 +23,7 @@ Logs are stored in corresponding @file{.redo/tgt.log} file. Each line of it is prefixed with @url{http://cr.yp.to/libtai/tai64.html, TAI64N} timestamp, that you can decode with @command{tai64nlocal} utility from @url{http://cr.yp.to/daemontools.html, daemontools}, or similar one: -@code{go get go.cypherpunks.ru/tai64n/cmd/tai64nlocal}. +@code{go install go.cypherpunks.ru/tai64n/v2/cmd/tai64nlocal}. When @option{-k} is in use, all environment variables, working directory, command line arguments, start/finish times, duration,