goircd/INSTALL

8 lines
250 B
Plaintext
Raw Normal View History

2014-05-11 16:18:55 +00:00
goircd requires only standard Go's libraries and consists of single main
2015-05-09 15:27:06 +00:00
package. You can install it like that:
2014-05-11 16:18:55 +00:00
2015-05-09 15:27:06 +00:00
% git clone https://github.com/stargrave/goircd.git
% gmake -C goircd
2014-05-11 16:18:55 +00:00
Just run it with -help argument to see available options.