]> Cypherpunks.ru repositories - goircd.git/blobdiff - INSTALL
Properly stop room's processor
[goircd.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 7ec5896bbd7041c759634ddc3c92e59d2a5921a5..f3d979ca5bb003071bba41a8e7a8ba16912e0cc9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,11 @@
 goircd requires only standard Go's libraries and consists of single main
 package. You can install it like that:
 
-    % git clone https://github.com/stargrave/goircd.git
-    % gmake -C goircd
+    $ go get go.cypherpunks.ru/goircd
 
-Just run it with -help argument to see available options.
+or manually:
+
+    $ git clone git://git.cypherpunks.ru/goircd.git
+    $ cd goircd
+    $ redo goircd # or just: go build
+    $ ./goircd -help