From: Sergey Matveev Date: Tue, 6 Oct 2015 08:01:17 +0000 (+0300) Subject: Official repository of goircd is at git.cypherpunks.ru X-Git-Tag: 1.2~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=goircd.git;a=commitdiff_plain;h=63f94d18c90f290d9cdffb703fc97c266320738d Official repository of goircd is at git.cypherpunks.ru --- diff --git a/INSTALL b/INSTALL index 7ec5896..54dad92 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,6 @@ 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 - -Just run it with -help argument to see available options. + % git clone git://git.cypherpunks.ru/goircd.git + % make -C goircd + % goircd/goircd -help