X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=f3d979ca5bb003071bba41a8e7a8ba16912e0cc9;hb=761dda25756049eb9f8ec58f252f4237c84b54df;hp=54dad92f2473559297c8584ff6feee91770ad47d;hpb=63f94d18c90f290d9cdffb703fc97c266320738d;p=goircd.git diff --git a/INSTALL b/INSTALL index 54dad92..f3d979c 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 get go.cypherpunks.ru/goircd + +or manually: + + $ git clone git://git.cypherpunks.ru/goircd.git + $ cd goircd + $ redo goircd # or just: go build + $ ./goircd -help