From 7c949c8be7d676e24422e0e521a375452eafb3f8 Mon Sep 17 00:00:00 2001 From: Justin Vermillion Date: Sun, 23 Jan 2011 19:58:26 -0800 Subject: [PATCH] changed install instructions to reflect the new directory name for the IRC libraries--'client' instead of 'irc' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c827f..8ac9823 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Assuming you have go set up (http://golang.org/), cd .. git clone git://github.com/raylu/rbot.git cd rbot - make -C irc install + make -C client install make rbot.conf and auth.conf will be copied. Configure those and then run the bot: