From cce6579e6c521aafa6f9f41e641ef788a1d3e38a Mon Sep 17 00:00:00 2001 From: mdmunir Date: Sun, 2 Nov 2014 22:40:02 +0700 Subject: [PATCH] v1.0.0 --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 955bab0..fdbb7e4 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,20 @@ Installation The preferred way to install this extension is through [composer](http://getcomposer.org/download/). -At your `composer.json` file, add the following code +Either run + +``` +php composer.phar require mdmsoft/yii2-gii "*" +``` + +or add + ``` - "repositories": [ - ... - { - "type": "git", - "url": "https://github.com/mdmsoft/yii2-gii" - } - ], - "require": { - ... - }, - "require-dev": { - ... - "mdmsoft/yii2-gii": "*" - }, +"mdmsoft/yii2-gii": "*" ``` +to the require section of your `composer.json` file. + Usage -----