2014-05-11 16:18:55 +00:00
|
|
|
goircd requires only standard Go's libraries and consists of single main
|
2020-09-05 08:30:25 +00:00
|
|
|
package. You can install it like either:
|
|
|
|
|
|
|
|
* with: go get go.cypherpunks.ru/goircd
|
|
|
|
* or manually:
|
2014-05-11 16:18:55 +00:00
|
|
|
|
2019-10-03 12:38:15 +00:00
|
|
|
$ git clone git://git.cypherpunks.ru/goircd.git
|
2020-09-05 08:30:25 +00:00
|
|
|
$ cd goircd
|
|
|
|
$ redo goircd # or just: go build
|
|
|
|
$ ./goircd -help
|