]> Cypherpunks.ru repositories - goircd.git/blob - INSTALL
Unify copyright comment format
[goircd.git] / INSTALL
1 goircd requires only standard Go's libraries and consists of single main
2 package. You can install it like that:
3
4     $ go install go.cypherpunks.ru/goircd@latest
5
6 or manually:
7
8     $ git clone git://git.cypherpunks.ru/goircd.git
9     $ cd goircd
10     $ go build
11     $ ./goircd -help