Update readme #nobuild

This commit is contained in:
Dave Pedu 2015-12-13 14:17:15 -08:00
parent f2c4fca1fe
commit 9341153acb
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ Quick start
* Configure: `cd examples ; vim config.json data/config/Services.json`
* Run: `pyircbot -c config.json`
Running in docker
-----------------
A dockerfile is included at `examples/docker/`. From the *root* of this repository, run `docker build -t pyircbot -f examples/docker/Dockerfile .` to build it. Typical use is mounting a directory from the host onto `/srv/bot`; this dir should contain config.json and any other dirs it references.
Building Docs
-------------