From 1cb1239637104a8df0156169897dd2461114c038 Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Mon, 3 Jun 2013 18:22:59 +0200 Subject: [PATCH] updated docs added installation from dev repo section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5300448..ebe2bfe 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,14 @@ assuming `yii-basic` is directly under the document root of your Web server. ### Install from an Archive File This is not currently available. We will provide it when Yii 2 is formally released. + + +### Install from development repository + +If you've cloned the [Yii 2 framework main development reop](https://github.com/yiisoft/yii2) you +can bootstrap your application with: + +~~~ +cd yii2/apps/basic +php composer.phar create-project +~~~ \ No newline at end of file