From 356b13afa3db5a989a82cc4de910715d74681320 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Jan 2024 23:55:50 +0300 Subject: [PATCH] Use modern go-install command --- doc/passwords.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0