Raise copyright year. Trivial changes

This commit is contained in:
Sergey Matveev 2015-05-09 18:27:06 +03:00
parent 8702ace766
commit b678682010
11 changed files with 43 additions and 31 deletions

11
INSTALL
View file

@ -1,12 +1,7 @@
goircd requires only standard Go's libraries and consists of single main
package. You can install it using either:
package. You can install it like that:
% go get github.com/stargrave/goircd
% go install github.com/stargrave/goircd
% git clone https://github.com/stargrave/goircd.git
% gmake -C 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.