forked from GitHub/dbot
Merge pull request #121 from SamStudio8/master
Bootstrap requirement in web doc
This commit is contained in:
commit
517665d2f3
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user