Update README.md

This commit is contained in:
raylu 2010-10-16 19:14:41 -04:00
parent 2583f883f9
commit fe1bae990a
1 changed files with 7 additions and 8 deletions

View File

@ -3,19 +3,18 @@ rbot
### Getting started
Assuming you have go set up (http://golang.org/), first clone http://github.com/kless/goconfig/ and in that directory, run
Assuming you have go set up (http://golang.org/),
git clone git://github.com/kless/goconfig.git
cd goconfig
make -C config install
Then build the goirc framework in the rbot directory with
cd ..
git clone git://github.com/raylu/rbot.git
cd rbot
make -C irc install
Finally, build the bot with:
make
rbot.conf will be copied. Configure that and then run the bot:
rbot.conf and auth.conf will be copied. Configure those and then run the bot:
./rbot