Initial commit

This commit is contained in:
Sergey Matveev 2014-05-11 20:18:55 +04:00
commit b2f90fb412
12 changed files with 1994 additions and 0 deletions

12
INSTALL Normal file
View file

@ -0,0 +1,12 @@
goircd requires only standard Go's libraries and consists of single main
package. You can install it using either:
% go get github.com/stargrave/goircd
% go install github.com/stargrave/goircd
or if you are already inside goircd directory:
% go install
You should found goircd executable binary in your $GOPATH/bin/goircd.
Just run it with -help argument to see available options.