X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Finstall.texi;h=d16a911f7c5625f6ceb4d9772319175e294f2a13;hb=4274dce3366cee45bfaccbe5ca340ce6efe68e00;hp=b25603bdaceae644fbc8bb7f85f7596306f7523b;hpb=a698abb36d3ab6fa380660ffdf9863dcd47df2ff;p=goredo.git diff --git a/doc/install.texi b/doc/install.texi index b25603b..d16a911 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -1,6 +1,14 @@ @node Install @unnumbered Install +Possibly @command{goredo} package already exists for your distribution: +@itemize +@item ALT Linux @url{http://www.sisyphus.ru/ru/srpm/Sisyphus/goredo, Sisyphus} +@item Arch Linux @url{https://aur.archlinux.org/packages/goredo/, AUR} +@item @url{https://www.freshports.org/devel/goredo/, FreeBSD ports} +@item macOS @url{https://formulae.brew.sh/formula/goredo, Homebrew} +@end itemize + Preferable way is to download tarball with the signature from website: @example @@ -8,8 +16,8 @@ $ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}. $ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}.tar.zst.sig $ gpg --verify goredo-@value{VERSION}.tar.zst.sig goredo-@value{VERSION}.tar.zst $ zstd -d < goredo-@value{VERSION}.tar.zst | tar xf - -$ cd goredo-@value{VERSION} -$ GOPATH=`pwd` go build go.cypherpunks.ru/goredo +$ cd goredo-@value{VERSION}/src +$ go build -mod=vendor $ ./goredo -symlinks # create redo-* commands symlinks $ export PATH=`pwd`:$PATH # let your system know about goredo @end example @@ -53,9 +61,9 @@ $ goredo -symlinks If you have problems with @code{*.golang.org}'s inability to verify authenticity of @code{go.cypherpunks.ru} TLS connection, then you can -disable their usage by setting @env{GOPRIVATE=go.cypherpunks.ru}. You -can override CA certificate file path with @env{SSL_CERT_FILE} and -@env{GIT_SSL_CAINFO} environment variables. +disable their usage by setting @env{$GOPRIVATE=go.cypherpunks.ru}. You +can override CA certificate file path with @env{$SSL_CERT_FILE} and +@env{$GIT_SSL_CAINFO} environment variables. You can obtain development source code with @command{git clone git://git.cypherpunks.ru/goredo.git}