]> Cypherpunks.ru repositories - goircd.git/blob - INSTALL
Mention TLS and -verbose options in documentation
[goircd.git] / INSTALL
1 goircd requires only standard Go's libraries and consists of single main
2 package. You can install it using either:
3
4         % go get github.com/stargrave/goircd
5         % go install github.com/stargrave/goircd
6
7 or if you are already inside goircd directory:
8
9         % go install
10
11 You should found goircd executable binary in your $GOPATH/bin/goircd.
12 Just run it with -help argument to see available options.