X-Git-Url: http://www.git.cypherpunks.ru/?p=goircd.git;a=blobdiff_plain;f=INSTALL;h=7ec5896bbd7041c759634ddc3c92e59d2a5921a5;hp=b73f97039531e5f79003271ed0cfb49f98fdfaa8;hb=3016635f6a6bd23e34461e93cef3e8d861ce4275;hpb=b2f90fb412218973608b24a32eebadc60de9878a diff --git a/INSTALL b/INSTALL index b73f970..7ec5896 100644 --- a/INSTALL +++ b/INSTALL @@ -1,12 +1,7 @@ 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 that: - % go get github.com/stargrave/goircd - % go install github.com/stargrave/goircd + % git clone https://github.com/stargrave/goircd.git + % gmake -C goircd -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.