Update README.md and goconfig's README.mkd

This commit is contained in:
raylu 2011-01-24 17:32:58 -05:00
parent 4746832995
commit 1de390cd3d
2 changed files with 4 additions and 5 deletions

View File

@ -5,13 +5,12 @@ rbot
Assuming you have go set up (http://golang.org/), Assuming you have go set up (http://golang.org/),
git clone git://github.com/kless/goconfig.git
cd goconfig
make -C config install
cd ..
git clone git://github.com/raylu/rbot.git git clone git://github.com/raylu/rbot.git
cd rbot cd rbot
git submodule init
git submodule update
make -C client install make -C client install
make -C goconfig install
make make
rbot.conf and auth.conf will be copied. Configure those and then run the bot: rbot.conf and auth.conf will be copied. Configure those and then run the bot:

@ -1 +1 @@
Subproject commit 61de17d7ee327208dbf1f98cacf70fd14930a493 Subproject commit eac52d647ebdf1572a8cb8c81fbdf610f0474112