X-Git-Url: http://www.git.cypherpunks.ru/?p=goircd.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=3c5c63420328e3b6fc35715651366212b449ba99;hp=6e9a1bcd82fa408f4211daa76826fa3a8000e38c;hb=def58d0f4944397faa8cdd4a9cf3515125e0b548;hpb=236377e360e37e16986588a62101926d70ad3489 diff --git a/INSTALL b/INSTALL index 6e9a1bc..3c5c634 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,10 @@ goircd requires only standard Go's libraries and consists of single main -package. You can install it like that: +package. You can install it like either: + +* with: go get go.cypherpunks.ru/goircd +* or manually: $ git clone git://git.cypherpunks.ru/goircd.git - $ make -C goircd - $ goircd/goircd -help + $ cd goircd + $ redo goircd # or just: go build + $ ./goircd -help