Skip to content

Commit 0be2734

Browse files
committed
Update README.md to mention wiki Installation Instructions page
[ci skip]
1 parent 4e0cfbe commit 0be2734

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ This package version is **only** compatible with **PHP >= 5.5** and **Laravel >=
3232

3333
## Installation
3434

35-
[Laravel](http://laravel.com) apps with [Larasset](https://github.com/efficiently/larasset/tree/1.0) package include `jquery-laravel` by default.
35+
Read the wiki [Installation Instructions](https://github.com/efficiently/jquery-laravel/wiki/Installation-Instructions) page, if you don't want to use the Larasset package
3636

37-
1. So just make a new app
37+
Or, if you want to use the [Larasset](https://github.com/efficiently/larasset) package which include `jquery-laravel` by default:
38+
39+
1. Just make a new app
3840

3941
```sh
4042
composer create-project laravel/laravel your-project-name --prefer-dist
@@ -48,7 +50,7 @@ This package version is **only** compatible with **PHP >= 5.5** and **Laravel >=
4850

4951
2. Then install Larasset package
5052

51-
Click [here](https://github.com/efficiently/larasset/tree/1.0/README.md#installation) to follow the installation instructions of this package.
53+
Click [here](https://github.com/efficiently/larasset/blob/1.3/README.md#installation) to follow the installation instructions of this package.
5254

5355
NOTE: The `jquery.js` and `jquery-ujs.js` files will be added to the asset pipeline and available for you to use.
5456
If they're not already in `resources/js/app.js` by default, add these lines:

0 commit comments

Comments
 (0)