From e6fcaa3665724c1e5f452812ceed64b74dba4969 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Thu, 26 Feb 2015 18:21:58 +0300 Subject: [PATCH] Updated basic app template README.md --- apps/basic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/basic/README.md b/apps/basic/README.md index c5bec59a4e..1207736ea4 100644 --- a/apps/basic/README.md +++ b/apps/basic/README.md @@ -56,7 +56,7 @@ You can then install this application template using the following command: ~~~ php composer.phar global require "fxp/composer-asset-plugin:1.0.0" -php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic +php composer.phar create-project yiisoft/yii2-app-basic basic ~~~ Now you should be able to access the application through the following URL, assuming `basic` is the directory