From d587bd0705e6f81a61d27183ee2ef59be8215deb Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 12 Jun 2019 23:01:56 +0300 Subject: [PATCH] Removed dev stability flag from readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6acc916..287a6ff 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix). You can then install this project template using the following command: ~~~ -php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic +composer create-project --prefer-dist yiisoft/yii2-app-basic basic ~~~ Now you should be able to access the application through the following URL, assuming `basic` is the directory