goircd/INSTALL

13 lines
388 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
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.