]> Cypherpunks.ru repositories - goircd.git/blobdiff - INSTALL
Many fixes and additions
[goircd.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index b73f97039531e5f79003271ed0cfb49f98fdfaa8..f3d979ca5bb003071bba41a8e7a8ba16912e0cc9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,11 @@
 goircd requires only standard Go's libraries and consists of single main
-package. You can install it using either:
+package. You can install it like that:
 
-       % go get github.com/stargrave/goircd
-       % go install github.com/stargrave/goircd
+    $ go get go.cypherpunks.ru/goircd
 
-or if you are already inside goircd directory:
+or manually:
 
-       % go install
-
-You should found goircd executable binary in your $GOPATH/bin/goircd.
-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