From 34ebcd0aa28b8872c5c2d9392a4399199a638bd1 Mon Sep 17 00:00:00 2001 From: Sam Nicholls Date: Fri, 11 Jan 2013 12:29:22 +0000 Subject: [PATCH] Bootstrap requirement in web doc --- modules/web/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 +```