From 13990495e60ac67ecf633a92efc6c7a8830b12a6 Mon Sep 17 00:00:00 2001 From: neersighted Date: Wed, 29 Feb 2012 11:14:10 -0800 Subject: [PATCH] Changed README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abb56f9..df71b1c 100755 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@ In addition, for `.whois` to work optimally, you must have `whois` installed. Ag If you are a user of another Linux disto, use your package manager to install the dependencies, or, for other operating systems, use **Google** to locate source packages you can install. -Once you have installed the required dependencies, run the bot with +Once you have installed the required dependencies, run the wrapper -`python bot.py` +`python cloudbot` It will generate a default config for you. Once you have edited the config, run it again with -`python bot.py` +`python cloudbot` and it will connect to any server(s) you have added to the config. (Config docs at the [wiki](http://git.io/cloudbotconfig))