From 59f194a5a2be1264648d848a89ce765b36061e6c Mon Sep 17 00:00:00 2001 From: neersighted Date: Thu, 1 Mar 2012 16:19:38 -0800 Subject: [PATCH] add more info on wrapper to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d87fe77..c838710 100755 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ It will generate a default config for you. Once you have edited the config, run and it will connect to any server(s) you have added to the config. (Config docs at the [wiki](http://git.io/cloudbotconfig)) +* if you prefer to run the bot with a custom backend/run it manually, or are on **Windows**, run the bot with `./bot.py` + ## Documentation To configure your CloudBot, visit the [Config Wiki Page](http://git.io/cloudbotconfig). @@ -95,7 +97,7 @@ CloudBot runs on **Python** *2.7.x*. It is developed on **Debian** *Wheezy/Testi It **requires Python modules** `lXML`, `BeautifulSoup`, `Enchant`, `MyGengo`, and `HTTPlib2`. -**Windows** users: Windows compatibility is **broken**, but we do intend to add it back. (Eventually) +**Windows** users: Windows compatibility with the wrapper and some plugins is **broken** (such as the ping), but we do intend to add it. (Eventually) ## License CloudBot is **licensed** under the **GPL v3** license. The terms are as follows.