diff --git a/symfony/framework-bundle/3.3/post-install.txt b/symfony/framework-bundle/3.3/post-install.txt index 149e7f7b..7182d1e1 100644 --- a/symfony/framework-bundle/3.3/post-install.txt +++ b/symfony/framework-bundle/3.3/post-install.txt @@ -4,7 +4,7 @@ * Run your application: 1. Change to the project directory - 2. Execute the php -S 127.0.0.1:8000 -t public command; + 2. Execute the php -S 127.0.0.1:8000 public/index.php command; 3. Browse to the http://localhost:8000/ URL. Quit the server with CTRL-C.