Update readmes

This commit is contained in:
dpedu 2015-06-19 21:09:43 -07:00
parent 8e8826445f
commit d1895cd126
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,9 @@ Building Docs
Or, use my pre-built copy [here](http://davepedu.com/files/botdocs/).
Alternatively, use the included Dockerfile to create an environment for
building the docs. Check `docs/builder/README.md`.
Developing Modules
------------------

View File

@ -5,5 +5,5 @@ A docker image for building pyircbot's docs.
**Usage:**
* Create image: `cd docs/builder ; docker build -t pybdocbuilder .
* Create image: `cd docs/builder ; docker build -t pybdocbuilder .`
* Build docs: `docker run --rm -v /local/path/to/doc/output/:/tmp/docs/ pybdocbuilder /start`