From 63f94d18c90f290d9cdffb703fc97c266320738d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 6 Oct 2015 11:01:17 +0300 Subject: [PATCH] Official repository of goircd is at git.cypherpunks.ru --- INSTALL | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.44.0