Browse Source

updated install instruction in docs

pull/2303/head
REJack 5 years ago
parent
commit
99e51bc31a
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
  1. 6
      docs/index.md

6
docs/index.md

@ -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@3.0.0-beta.2 --save npm install admin-lte@v3-latest --save
``` ```
###### __Via Yarn__ ###### __Via Yarn__
```bash ```bash
yarn add admin-lte@3.0.0-beta.2 yarn add admin-lte@v3-latest
``` ```
###### __Via Bower__ ###### __Via Bower__
```bash ```bash
bower install admin-lte#3.0.0-beta.2 bower install admin-lte#v3-latest
``` ```
> 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}

Loading…
Cancel
Save