Update readme

This commit is contained in:
dpedu 2015-06-18 22:30:29 -07:00
parent 82e84d2667
commit 2f2b83aab0
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ Quick start
-----------
* Install: `python3 setup.py install`
* Configure: `cd examples ; vim config.yml data/config/Services.yml`
* Run: `./run-example.sh` or `pyircbot -c config.yml`
* Configure: `cd examples ; vim config.json data/config/Services.json`
* Run: `pyircbot -c config.json`
Developing Modules
------------------