X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Finstall.texi;h=5ccf577810ddcc8bb29812b412a775065a9e03da;hb=74314d342446be5c0db2b00f067a7f135f66ddb6;hp=83f9d2db245fe4e909cbe0278e61110987009646;hpb=c885cb4378b05d076a6dfd6912f393136a2c3446;p=goredo.git diff --git a/doc/install.texi b/doc/install.texi index 83f9d2d..5ccf577 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -9,12 +9,32 @@ Possibly @command{goredo} package already exists for your distribution: @itemize + +@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: @@ -60,10 +80,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