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