goircd/INSTALL

12 lines
293 B
Plaintext

goircd requires only standard Go's libraries and consists of single main
package. You can install it like that:
$ go get go.cypherpunks.ru/goircd
or manually:
$ git clone git://git.cypherpunks.ru/goircd.git
$ cd goircd
$ redo goircd # or just: go build
$ ./goircd -help