diff --git a/README.md b/README.md
index cb7b035..4e3690a 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,21 @@ Demo: http://rubaxa.github.io/Sortable/
+### Install
+
+Via npm
+
+```bash
+$ npm install sortablejs --save
+```
+
+Via bower:
+
+```bash
+$ bower install --save sortablejs
+```
+
+
### Usage
```html