README fixes. as always
This commit is contained in:
parent
49f1492efa
commit
1492b3bba3
1 changed files with 10 additions and 4 deletions
12
README.md
12
README.md
|
@ -3,9 +3,7 @@
|
|||
### About
|
||||
CloudBot is very heavily based on [Skybot](http://git.io/skybot) by rmmh.
|
||||
|
||||
CloudBot is meant to be a simple, extendable Python IRC bot, with minimal magic. To write your own plugins, vist the [Plugin Wiki Page](http://git.io/cloudbotplugins).
|
||||
|
||||
More at the [wiki](http://git.io/cloudbotwiki).
|
||||
CloudBot is meant to be a simple, extendable Python IRC bot, with minimal magic.
|
||||
|
||||
### Download
|
||||
Get Cloudbot at [git.io/getcloudbot](http://git.io/getcloudbot "CloudBot").
|
||||
|
@ -45,6 +43,14 @@ It will generate a default config for you. Once you have editied the config, ru
|
|||
|
||||
and it will connect to any server(s) you have added to the config. (Config docs at the [wiki](http://git.io/cloudbotconfig))
|
||||
|
||||
### Documentation
|
||||
|
||||
To configure your CloudBot, vist the [Config Wiki Page](http://git.io/cloudbotconfig).
|
||||
|
||||
To write your own plugins, vist the [Plugin Wiki Page](http://git.io/cloudbotplugins).
|
||||
|
||||
More at the [Wiki Home Page](http://git.io/cloudbotwiki).
|
||||
|
||||
### Requirements
|
||||
CloudBot runs on Python 2.7.x. It is developed on Debian Wheezy/Testing with Python 2.7.2.
|
||||
|
||||
|
|
Reference in a new issue