README.md in cogbot-0.1.0 vs README.md in cogbot-0.1.1
- old
+ new
@@ -1,7 +1,9 @@
# Cogbot
+[![Gem Version](https://badge.fury.io/rb/cogbot.svg)](http://badge.fury.io/rb/cogbot)
+
Cogbot is an irc bot written in ruby based on [Cinch bot framework](https://github.com/cinchrb/cinch).
It has been in service at [Code Green](http://codegreenit.com) from 2012 to 2013 and his stability
was unquestionned. It is used with a collection of custom plugins that are focused on helping a coding
team that uses irc as a main shared communication space:
@@ -23,10 +25,21 @@
cogbot start
you will be prompted to create a configuration file in ~/.cogbot/cogbot.yml
When this is done you can launch again and it will just run according to your configuration.
+## Development
+
+ git clone git@github.com:mose/cogbot.git
+ cd cogbot/
+ bundle install --path vendor
+ bundle exec ruby -Ilib bin/cogbot start
+
+To reload plugins while developing, you can issue, on a channel where your bot is sitting:
+
+ .m reload myplugin
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
@@ -40,6 +53,6 @@
## Licence
MIT license
-Copyright (c) 2012-13 mose at Code Green
+Copyright (c) 2012-15 mose at mose