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