Mercurial > dive4elements > website
comparison README @ 5:a0c5274925a9
Added installation instructions.
author | Ariane Broermann <ariane@intevation.de> |
---|---|
date | Mon, 03 Feb 2014 11:28:04 +0100 |
parents | 20e1ebb86d9d |
children | 3916d82d848f |
comparison
equal
deleted
inserted
replaced
4:9e93f08034d8 | 5:a0c5274925a9 |
---|---|
1 Benötigte Bibliothek | 1 Benötigte Bibliothek |
2 ==================== | 2 ==================== |
3 bootstrap-3.0.3 | 3 bootstrap-3.1.0 |
4 | |
5 $ mkdir bootstrap-3.1.0 | |
6 cd bootstrap-3.1.0 | |
7 wget "https://github.com/twbs/bootstrap/releases/download/v3.1.0/bootstrap-3.1.0-dist.zip" | |
8 unzip | |
9 | |
4 | 10 |
5 Ordnerstruktur | 11 Ordnerstruktur |
6 ============== | 12 ============== |
7 website/ | 13 website/ |
8 |- bootstrap-3.0.3/dist/- |- css/ | 14 |- bootstrap-3.1.0/dist/- |- css/ |
9 |- css/style.css |- fonts/ | 15 |- css/style.css |- fonts/ |
10 |- img/ |- js/ | 16 |- img/ |- js/ |
11 |- index.html | 17 |- index.html |
12 |- README | 18 |- README |