From fe1bae990a60ef75f6d6703d330c56e0ca28bcbc Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 16 Oct 2010 19:14:41 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d911898..818d4d8 100644 --- a/README.md +++ b/README.md @@ -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