mirror of https://github.com/ColorlibHQ/AdminLTE
updated docs install section
parent
d3554c591e
commit
f96d4aea3e
|
@ -15,17 +15,17 @@ Visit the releases section on Github and download the [latest release](https://g
|
|||
|
||||
###### __Via NPM__
|
||||
```bash
|
||||
npm install admin-lte --save
|
||||
npm install admin-lte@3.0.0-beta.2 --save
|
||||
```
|
||||
|
||||
###### __Via Yarn__
|
||||
```bash
|
||||
npm add admin-lte
|
||||
npm add admin-lte@3.0.0-beta.2
|
||||
```
|
||||
|
||||
###### __Via Bower__
|
||||
```bash
|
||||
bower install admin-lte
|
||||
bower install admin-lte#3.0.0-beta.2
|
||||
```
|
||||
> If bower asks which version of jQuery to use, choose version 3 or above.
|
||||
{: .quote-info}
|
||||
|
|
Loading…
Reference in New Issue