From fd38e1e0538f368b7b7fe4e672c0aa09ee3f0254 Mon Sep 17 00:00:00 2001 From: yosh Date: Tue, 23 Dec 2014 00:54:27 +0000 Subject: [PATCH] update readme --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8143c17..5364c75 100644 --- a/README.md +++ b/README.md @@ -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) - 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? -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 ├── css/ -│ ├── normalize.min.css -│ └── skeleton.css +│ ├── skeleton.css +│ └── skeleton.min.css └── images/ └── favicon.ico