update readme

This commit is contained in:
yosh 2014-12-23 00:54:27 +00:00
parent 34c1b4c760
commit fd38e1e053

View File

@ -9,17 +9,23 @@ There are a couple ways to download Skeleton:
- [Download the zip](https://github.com/dhg/Skeleton/releases/download/v2.0.2/Skeleton-2.0.2.zip) - [Download the zip](https://github.com/dhg/Skeleton/releases/download/v2.0.2/Skeleton-2.0.2.zip)
- Clone the repo: `git clone https://github.com/dhg/Skeleton.git` (Note: this is under active development, so if you're looking for stable and safe, use the zipped download) - Clone the repo: `git clone https://github.com/dhg/Skeleton.git` (Note: this is under active development, so if you're looking for stable and safe, use the zipped download)
### Build
```
$ git clone git@github.com:dhg/Skeleton.git && cd Skeleton
$ npm install
$ gulp build
```
### What's in the download? ### What's in the download?
The download includes Skeleton's CSS, Normalize CSS as a reset, a sample favicon, and an index.html as a starting point. The download includes Skeleton's CSS, a sample favicon, and an index.html as a starting point.
``` ```
Skeleton/ dist/
├── index.html ├── index.html
├── css/ ├── css/
│ ├── normalize.min.css │ ├── skeleton.css
│ └── skeleton.css │ └── skeleton.min.css
└── images/ └── images/
└── favicon.ico └── favicon.ico