mirror of
https://github.com/fluffle/goirc
synced 2025-05-23 07:53:22 +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
|
||||
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…
Add table
Add a link
Reference in a new issue