diff --git a/apps/advanced/README.md b/apps/advanced/README.md index 3a042ce..520c83a 100644 --- a/apps/advanced/README.md +++ b/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 ---------------