]> Cypherpunks.ru repositories - goircd.git/blob - INSTALL
Many fixes and additions
[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 get go.cypherpunks.ru/goircd
5
6 or manually:
7
8     $ git clone git://git.cypherpunks.ru/goircd.git
9     $ cd goircd
10     $ redo goircd # or just: go build
11     $ ./goircd -help