mirror of
https://github.com/fluffle/goirc
synced 2025-06-14 18:53:20 +00:00
Use gomake instead of make
Pre recommendation at http://golang.org/doc/install.html#environment
This commit is contained in:
parent
9bff4888e1
commit
8b2e766fe8
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ Assuming you have go set up (http://golang.org/),
|
||||||
cd rbot
|
cd rbot
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
make -C client install
|
gomake -C client install
|
||||||
make -C goconfig install
|
gomake -C goconfig install
|
||||||
make
|
gomake
|
||||||
|
|
||||||
rbot.conf and auth.conf will be copied. Configure those and then run the bot:
|
rbot.conf and auth.conf will be copied. Configure those and then run the bot:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue