1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-21 23:13:20 +00:00

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

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: