diff --git a/modules/web/README.md b/modules/web/README.md index 4083416..1ce576b 100644 --- a/modules/web/README.md +++ b/modules/web/README.md @@ -1,7 +1,16 @@ -## Web +# Web Web interface -### Description +## Description 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 +```