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