Merge branch 'master' of github.com:reality/depressionbot

This commit is contained in:
reality 2013-01-11 14:17:56 +00:00
commit da43e421e2

View File

@ -1,7 +1,16 @@
## Web # Web
Web interface Web interface
### Description ## Description
It's a web interface for DBot. What of it? It's a web interface for DBot. What of it?
## Requirements
###Twitter Bootstrap
```
cd depressionbot/public/
wget http://twitter.github.com/bootstrap/assets/bootstrap.zip
unzip bootstrap.zip
rm bootstrap.zip
```