]> Cypherpunks.ru repositories - gocheese.git/commitdiff
Use modern go-install command
authorSergey Matveev <stargrave@stargrave.org>
Tue, 30 Jan 2024 20:55:50 +0000 (23:55 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 30 Jan 2024 20:55:50 +0000 (23:55 +0300)
doc/passwords.texi

index 4660c522afb8495c3ee559e80f4f954c751cf3ea..6cdcc0a5c6cca1f32334e8e293baf6bdee6f2845 100644 (file)
@@ -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