added npm install to readme

This commit is contained in:
Bjørn Wikkeling 2015-11-30 14:48:50 +01:00
parent 9c15693784
commit ff6ce09d39

View file

@ -38,6 +38,12 @@ git clone https://github.com/YOUR_USERNAME/AdminLTE.git
bower install admin-lte
```
**npm**
```
npm install --save admin-lte
```
**Composer**
```