]> Cypherpunks.ru repositories - goircd.git/blobdiff - INSTALL
Modern Go uses "go install"
[goircd.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 1d33fb0c3bec43d92a9ea6c76f720ff6eacee785..07215652b6622de2783566ce25c55bd9718a09ae 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 goircd requires only standard Go's libraries and consists of single main
 package. You can install it like that:
 
-    $ go get go.cypherpunks.ru/goircd
+    $ go install go.cypherpunks.ru/goircd@latest
 
 or manually: