X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=3c5c63420328e3b6fc35715651366212b449ba99;hb=def58d0f4944397faa8cdd4a9cf3515125e0b548;hp=b73f97039531e5f79003271ed0cfb49f98fdfaa8;hpb=b2f90fb412218973608b24a32eebadc60de9878a;p=goircd.git diff --git a/INSTALL b/INSTALL index b73f970..3c5c634 100644 --- a/INSTALL +++ b/INSTALL @@ -1,12 +1,10 @@ goircd requires only standard Go's libraries and consists of single main -package. You can install it using either: +package. You can install it like either: - % go get github.com/stargrave/goircd - % go install github.com/stargrave/goircd +* with: go get go.cypherpunks.ru/goircd +* or manually: -or if you are already inside goircd directory: - - % go install - -You should found goircd executable binary in your $GOPATH/bin/goircd. -Just run it with -help argument to see available options. + $ git clone git://git.cypherpunks.ru/goircd.git + $ cd goircd + $ redo goircd # or just: go build + $ ./goircd -help