X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Finstall.texi;h=5ccf577810ddcc8bb29812b412a775065a9e03da;hb=74314d342446be5c0db2b00f067a7f135f66ddb6;hp=b32e83c9096951a580fe7a628731aece46ae4ec3;hpb=49a98a74391054ee57a3544cd2c1d822c5d4f077;p=goredo.git diff --git a/doc/install.texi b/doc/install.texi index b32e83c..5ccf577 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -1,10 +1,40 @@ @node Install +@cindex install +@cindex packages +@cindex ports +@cindex tarball +@cindex download +@cindex PGP @unnumbered Install Possibly @command{goredo} package already exists for your distribution: @itemize -@item @url{https://aur.archlinux.org/packages/goredo/, Arch Linux AUR} + +@cindex ALT Linux +@item ALT Linux @url{http://www.sisyphus.ru/ru/srpm/Sisyphus/goredo, Sisyphus} + +@cindex Arch Linux +@item Arch Linux @url{https://aur.archlinux.org/packages/goredo, AUR} + +@cindex container image +@item Container @url{https://github.com/rdavid/goredoer, image} + +@cindex Fedora +@item Fedora @url{https://github.com/rpmsphere/source/tree/master/g, RPM Sphere} + +@cindex FreeBSD +@item @url{https://www.freshports.org/devel/goredo/, FreeBSD ports} + +@cindex Homebrew +@cindex macOS @item macOS @url{https://formulae.brew.sh/formula/goredo, Homebrew} + +@cindex NetBSD +@item @url{https://pkgsrc.se/devel/goredo, NetBSD package} + +@cindex NixOS +@item @url{https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/tools/build-managers/goredo, NixOS packages} + @end itemize Preferable way is to download tarball with the signature from website: @@ -42,7 +72,7 @@ uid goredo releases @item @example $ gpg --auto-key-locate dane --locate-keys goredo at cypherpunks dot ru -$ gpg --auto-key-locate wkd --locate-keys goredo at cypherpunks dot ru +$ gpg --auto-key-locate wkd --locate-keys goredo at cypherpunks dot ru @end example @item @@ -50,19 +80,24 @@ $ 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 +@vindex GOPRIVATE 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. +@cindex git You can obtain development source code with @command{git clone git://git.cypherpunks.ru/goredo.git} (also you can use @url{https://git.cypherpunks.ru/goredo.git}). + +Also there is @url{https://yggdrasil-network.github.io/, Yggdrasil} +accessible address: @url{http://y.www.goredo.cypherpunks.ru/}.