]> Cypherpunks.ru repositories - goircd.git/blob - INSTALL
Split long lines
[goircd.git] / INSTALL
1 goircd requires only standard Go's libraries and consists of single main
2 package. You can install it like that:
3
4     % git clone https://github.com/stargrave/goircd.git
5     % gmake -C goircd
6
7 Just run it with -help argument to see available options.