README fixes. as always
This commit is contained in:
parent
49f1492efa
commit
1492b3bba3
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -3,9 +3,7 @@
|
||||||
### About
|
### About
|
||||||
CloudBot is very heavily based on [Skybot](http://git.io/skybot) by rmmh.
|
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).
|
CloudBot is meant to be a simple, extendable Python IRC bot, with minimal magic.
|
||||||
|
|
||||||
More at the [wiki](http://git.io/cloudbotwiki).
|
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
Get Cloudbot at [git.io/getcloudbot](http://git.io/getcloudbot "CloudBot").
|
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))
|
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
|
### Requirements
|
||||||
CloudBot runs on Python 2.7.x. It is developed on Debian Wheezy/Testing with Python 2.7.2.
|
CloudBot runs on Python 2.7.x. It is developed on Debian Wheezy/Testing with Python 2.7.2.
|
||||||
|
|
||||||
|
@ -77,4 +83,4 @@ CloudBot is licenced under the GPL v3 license. The terms are as follows.
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with CloudBot. If not, see <http://www.gnu.org/licenses/>.
|
along with CloudBot. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
Reference in a new issue