From 1de390cd3dcc363925733eb985a6972d8045e482 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 24 Jan 2011 17:32:58 -0500 Subject: [PATCH] Update README.md and goconfig's README.mkd --- README.md | 7 +++---- goconfig | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ac9823..3ea3af4 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,12 @@ rbot 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 cd rbot + git submodule init + git submodule update make -C client install + make -C goconfig install make rbot.conf and auth.conf will be copied. Configure those and then run the bot: diff --git a/goconfig b/goconfig index 61de17d..eac52d6 160000 --- a/goconfig +++ b/goconfig @@ -1 +1 @@ -Subproject commit 61de17d7ee327208dbf1f98cacf70fd14930a493 +Subproject commit eac52d647ebdf1572a8cb8c81fbdf610f0474112