X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=07215652b6622de2783566ce25c55bd9718a09ae;hb=HEAD;hp=7ec5896bbd7041c759634ddc3c92e59d2a5921a5;hpb=b67868201041359c456457b62910866a8e072b2b;p=goircd.git diff --git a/INSTALL b/INSTALL index 7ec5896..0721565 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,11 @@ goircd requires only standard Go's libraries and consists of single main package. You can install it like that: - % git clone https://github.com/stargrave/goircd.git - % gmake -C goircd + $ go install go.cypherpunks.ru/goircd@latest -Just run it with -help argument to see available options. +or manually: + + $ git clone git://git.cypherpunks.ru/goircd.git + $ cd goircd + $ go build + $ ./goircd -help