updated docs added installation from dev repo section
This commit is contained in:
parent
f6c6fa6f0e
commit
1cb1239637
11
README.md
11
README.md
@ -59,3 +59,14 @@ assuming `yii-basic` is directly under the document root of your Web server.
|
|||||||
### Install from an Archive File
|
### Install from an Archive File
|
||||||
|
|
||||||
This is not currently available. We will provide it when Yii 2 is formally released.
|
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
|
||||||
|
~~~
|
Loading…
Reference in New Issue
Block a user