INSTALL | 7 +++---- diff --git a/INSTALL b/INSTALL index 153efd8612a9f729c298458fe5f9109848c5b649a3e9222d1d7ebc03d3b5c9a4..13fdc4d20854d3889055450f329e1100dd97623e37f7c9c8333510ad1248298b 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