From 8b2e766fe8e293494776afc49469ebc548449ca2 Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 9 Apr 2011 00:37:37 -0400 Subject: [PATCH] Use gomake instead of make Pre recommendation at http://golang.org/doc/install.html#environment --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f97a73e..7e23a90 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Assuming you have go set up (http://golang.org/), cd rbot git submodule init git submodule update - make -C client install - make -C goconfig install - make + gomake -C client install + gomake -C goconfig install + gomake rbot.conf and auth.conf will be copied. Configure those and then run the bot: