From f16107d278b8e6af003d68c50a4215ed2e919be3 Mon Sep 17 00:00:00 2001 From: neersighted Date: Thu, 1 Mar 2012 16:16:14 -0800 Subject: [PATCH] move old wrapper, add new one to README --- README.md | 10 ++++++++-- disabled_plugins/{cloudbot => wrapper.old} | 0 2 files changed, 8 insertions(+), 2 deletions(-) rename disabled_plugins/{cloudbot => wrapper.old} (100%) diff --git a/README.md b/README.md index c48a561..d87fe77 100755 --- a/README.md +++ b/README.md @@ -47,15 +47,21 @@ In addition, for `.whois` to work optimally, you must have `whois` installed. Ag `sudo apt-get install whois` +For the wrapper to work best, install `screen`, or `daemon`: + +`sudo apt-get install screen` + +`sudo apt-get install daemon` + 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: -`./bot.py` +`./cloudbot start` It will generate a default config for you. Once you have edited the config, run it again with: -`./bot.py` +`./cloudbot start` and it will connect to any server(s) you have added to the config. (Config docs at the [wiki](http://git.io/cloudbotconfig)) diff --git a/disabled_plugins/cloudbot b/disabled_plugins/wrapper.old similarity index 100% rename from disabled_plugins/cloudbot rename to disabled_plugins/wrapper.old