updated docs install section

pull/2188/head
REJack 2019-07-31 08:18:30 +02:00
parent d3554c591e
commit f96d4aea3e
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 3 additions and 3 deletions

View File

@ -15,17 +15,17 @@ Visit the releases section on Github and download the [latest release](https://g
###### __Via NPM__ ###### __Via NPM__
```bash ```bash
npm install admin-lte --save npm install admin-lte@3.0.0-beta.2 --save
``` ```
###### __Via Yarn__ ###### __Via Yarn__
```bash ```bash
npm add admin-lte npm add admin-lte@3.0.0-beta.2
``` ```
###### __Via Bower__ ###### __Via Bower__
```bash ```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. > If bower asks which version of jQuery to use, choose version 3 or above.
{: .quote-info} {: .quote-info}