Browse Source

Fixed doc.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
84e2f3ba08
  1. 14
      apps/advanced/README.md

14
apps/advanced/README.md

@ -73,20 +73,6 @@ You can then install the application using the following command:
php composer.phar create-project --stability=alpha yiisoft/yii2-app-advanced advanced
~~~
After the application is installed, switch to the project folder and run the following command
to initialize the application:
~~~
./init (or "init" on Windows)
~~~
You can then access the application through the following URLs,
~~~
http://localhost/advanced/frontend/web/
http://localhost/advanced/backend/web/
~~~
GETTING STARTED
---------------

Loading…
Cancel
Save