From 707ab11f54f702cdce0e4a54d63007ce4620f15e Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Mon, 15 Feb 2016 23:12:06 -0800 Subject: [PATCH] add install notes --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 13c4a64..b22d819 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com - [Demo](#demo) - [Usage](#usage) - [Requirements](#requirements) + - [Install](#install) - [Basic usage](#basic-usage) - [Options](#options) - [Grid attributes](#grid-attributes) @@ -100,6 +101,29 @@ Usage Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) instead of lodash.js +## Install + +* Using CDN: + +```html + + +``` + +* Using bower: + +```bash +$ bower install gridstack +``` + +* Using npm: + +```bash +$ npm install gridstack +``` + +You can download files from `dist` directory as well. + ## Basic usage ```html