changed install instructions to reflect the new directory name for the IRC libraries--'client' instead of 'irc'

This commit is contained in:
Justin Vermillion 2011-01-23 19:58:26 -08:00 committed by raylu
parent c3240316b7
commit 7c949c8be7
1 changed files with 1 additions and 1 deletions

View File

@ -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: