]> Cypherpunks.ru repositories - goircd.git/blobdiff - INSTALL
Properly stop room's processor
[goircd.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 6e9a1bcd82fa408f4211daa76826fa3a8000e38c..f3d979ca5bb003071bba41a8e7a8ba16912e0cc9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,11 @@
 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
+
+or manually:
+
     $ git clone git://git.cypherpunks.ru/goircd.git
-    $ make -C goircd
-    $ goircd/goircd -help
+    $ cd goircd
+    $ redo goircd # or just: go build
+    $ ./goircd -help