]> Cypherpunks.ru repositories - goircd.git/blobdiff - INSTALL
Unify copyright comment format
[goircd.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 3c5c63420328e3b6fc35715651366212b449ba99..07215652b6622de2783566ce25c55bd9718a09ae 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,10 +1,11 @@
 goircd requires only standard Go's libraries and consists of single main
-package. You can install it like either:
+package. You can install it like that:
 
-* with: go get go.cypherpunks.ru/goircd
-* or manually:
+    $ go install go.cypherpunks.ru/goircd@latest
+
+or manually:
 
     $ git clone git://git.cypherpunks.ru/goircd.git
     $ cd goircd
-    $ redo goircd # or just: go build
+    $ go build
     $ ./goircd -help