From bed1408234f698eacd49728bce562c6776400c07 Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 1 Nov 2019 10:28:20 +0100 Subject: [PATCH] updated install instructions in docs/index.md --- docs/index.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index 374af488e..c3f5b880a 100755 --- a/docs/index.md +++ b/docs/index.md @@ -15,21 +15,14 @@ Visit the releases section on Github and download the [latest release](https://g ###### __Via NPM__ ```bash -npm install admin-lte@v3-latest --save +npm install admin-lte@^3.0 --save ``` ###### __Via Yarn__ ```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__ ```bash composer require "almasaeed2010/adminlte=~3.0"