]> Cypherpunks.ru repositories - goircd.git/blob - INSTALL
3c5c63420328e3b6fc35715651366212b449ba99
[goircd.git] / INSTALL
1 goircd requires only standard Go's libraries and consists of single main
2 package. You can install it like either:
3
4 * with: go get go.cypherpunks.ru/goircd
5 * or manually:
6
7     $ git clone git://git.cypherpunks.ru/goircd.git
8     $ cd goircd
9     $ redo goircd # or just: go build
10     $ ./goircd -help