From: Sergey Matveev Date: Tue, 30 Jan 2024 20:55:50 +0000 (+0300) Subject: Use modern go-install command X-Git-Tag: v4.2.0~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=356b13afa3db5a989a82cc4de910715d74681320 Use modern go-install command --- diff --git a/doc/passwords.texi b/doc/passwords.texi index 4660c52..6cdcc0a 100644 --- a/doc/passwords.texi +++ b/doc/passwords.texi @@ -25,8 +25,8 @@ Where @code{hashed-password} is in one of following algorithms: To get Argon2i hashed-password you can use any of following tools: @itemize - @item @code{go get @url{https://github.com/balakhonova/argon2i, - github.com/balakhonova/argon2i}} (Go) + @item @code{go install @url{https://github.com/balakhonova/argon2i, + github.com/balakhonova/argon2i@@latest}} (Go) @item @url{https://github.com/p-h-c/phc-winner-argon2} (C) @end itemize