mirror of https://github.com/fluffle/goirc
Use gomake instead of make
Pre recommendation at http://golang.org/doc/install.html#environment
This commit is contained in:
parent
9bff4888e1
commit
8b2e766fe8
|
@ -9,9 +9,9 @@ Assuming you have go set up (http://golang.org/),
|
|||
cd rbot
|
||||
git submodule init
|
||||
git submodule update
|
||||
make -C client install
|
||||
make -C goconfig install
|
||||
make
|
||||
gomake -C client install
|
||||
gomake -C goconfig install
|
||||
gomake
|
||||
|
||||
rbot.conf and auth.conf will be copied. Configure those and then run the bot:
|
||||
|
||||
|
|
Loading…
Reference in New Issue