mirror of https://github.com/fluffle/goirc
changed install instructions to reflect the new directory name for the IRC libraries--'client' instead of 'irc'
This commit is contained in:
parent
c3240316b7
commit
7c949c8be7
|
@ -11,7 +11,7 @@ Assuming you have go set up (http://golang.org/),
|
||||||
cd ..
|
cd ..
|
||||||
git clone git://github.com/raylu/rbot.git
|
git clone git://github.com/raylu/rbot.git
|
||||||
cd rbot
|
cd rbot
|
||||||
make -C irc install
|
make -C client install
|
||||||
make
|
make
|
||||||
|
|
||||||
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…
Reference in New Issue