mirror of https://github.com/ColorlibHQ/AdminLTE
updated install instructions in docs/index.md
parent
54adf72cd3
commit
bed1408234
|
@ -15,21 +15,14 @@ Visit the releases section on Github and download the [latest release](https://g
|
||||||
|
|
||||||
###### __Via NPM__
|
###### __Via NPM__
|
||||||
```bash
|
```bash
|
||||||
npm install admin-lte@v3-latest --save
|
npm install admin-lte@^3.0 --save
|
||||||
```
|
```
|
||||||
|
|
||||||
###### __Via Yarn__
|
###### __Via Yarn__
|
||||||
```bash
|
```bash
|
||||||
yarn add admin-lte@v3-latest
|
yarn add admin-lte@^3.0
|
||||||
```
|
```
|
||||||
|
|
||||||
###### __Via Bower__
|
|
||||||
```bash
|
|
||||||
bower install admin-lte#v3-latest
|
|
||||||
```
|
|
||||||
> If bower asks which version of jQuery to use, choose version 3 or above.
|
|
||||||
{: .quote-info}
|
|
||||||
|
|
||||||
###### __Via Composer__
|
###### __Via Composer__
|
||||||
```bash
|
```bash
|
||||||
composer require "almasaeed2010/adminlte=~3.0"
|
composer require "almasaeed2010/adminlte=~3.0"
|
||||||
|
|
Loading…
Reference in New Issue