goircd/INSTALL

12 lines
293 B
Plaintext
Raw Normal View History

2014-05-11 16:18:55 +00:00
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:
2014-05-11 16:18:55 +00:00
$ git clone git://git.cypherpunks.ru/goircd.git
$ cd goircd
$ redo goircd # or just: go build
$ ./goircd -help