X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=07215652b6622de2783566ce25c55bd9718a09ae;hb=HEAD;hp=54dad92f2473559297c8584ff6feee91770ad47d;hpb=63f94d18c90f290d9cdffb703fc97c266320738d;p=goircd.git diff --git a/INSTALL b/INSTALL index 54dad92..0721565 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,11 @@ goircd requires only standard Go's libraries and consists of single main package. You can install it like that: - % git clone git://git.cypherpunks.ru/goircd.git - % make -C goircd - % goircd/goircd -help + $ go install go.cypherpunks.ru/goircd@latest + +or manually: + + $ git clone git://git.cypherpunks.ru/goircd.git + $ cd goircd + $ go build + $ ./goircd -help