From 2eed1c654c6a96bc3c5d79536b16e3ebe3e683fc Mon Sep 17 00:00:00 2001 From: neersighted Date: Wed, 29 Feb 2012 11:49:42 -0800 Subject: [PATCH] Changed execute mode --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eba39c8..28e8cd7 100755 --- a/README.md +++ b/README.md @@ -51,11 +51,11 @@ If you are a user of another Linux disto, use your package manager to install th Once you have installed the required dependencies, run the wrapper -`python cloudbot` +`./cloudbot` It will generate a default config for you. Once you have edited the config, run it again with -`python cloudbot` +`./cloudbot` and it will connect to any server(s) you have added to the config. (Config docs at the [wiki](http://git.io/cloudbotconfig))