Skip to content

Commit c21d095

Browse files
refactor: update installation instructions
1 parent f28d330 commit c21d095

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,12 @@ Installation
1111

1212
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
1313

14-
Either run
14+
First [install Yii2](https://www.yiiframework.com/doc/guide/2.0/en/start-installation), then:
1515

1616
```
17-
php composer.phar require --prefer-dist winternet-studio/yii2-libs "*"
17+
composer require winternet-studio/yii2-libs
1818
```
1919

20-
or add
21-
22-
```
23-
"winternet-studio/yii2-libs": "*"
24-
```
25-
26-
to the require section of your `composer.json` file.
27-
2820

2921
Usage
3022
-----

0 commit comments

Comments
 (0)