diff --git a/README.md b/README.md
index 2e5f4fc34e8fd47afc4aefe09e39f9b1f1216b13..fed7b3edc0e91a1ceb7b0863ef9cb44fd6615f94 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ Other Linux distributions might need additional steps to install all requirement
 
 ```shell
 sudo apt-get install golang build-essential bind9utils python3-pysodium python3-jinja2 python3-netaddr python3-openssl python3-yaml python3-six python3-crypto ansible git
-go get -u git.autistici.org/ale/x509ca
-go get -u git.autistici.org/ale/ed25519gen
-go get git.autistici.org/ai3/go-common/cmd/pwtool
+go install git.autistici.org/ale/x509ca@latest
+go install git.autistici.org/ale/ed25519gen@latest
+go install git.autistici.org/ai3/go-common/cmd/pwtool@latest
 export PATH=$PATH:$HOME/go/bin
 ```