goircd/INSTALL

11 lines
298 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 either:
* with: 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