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:
parent
c3240316b7
commit
7c949c8be7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue