mirror of https://github.com/fluffle/goirc
Update README.md and goconfig's README.mkd
This commit is contained in:
parent
4746832995
commit
1de390cd3d
|
@ -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:
|
||||||
|
|
2
goconfig
2
goconfig
|
@ -1 +1 @@
|
||||||
Subproject commit 61de17d7ee327208dbf1f98cacf70fd14930a493
|
Subproject commit eac52d647ebdf1572a8cb8c81fbdf610f0474112
|
Loading…
Reference in New Issue