From 9944eca843977740cd7c1b812c52eca3d4832bd0 Mon Sep 17 00:00:00 2001 From: Jace25 Date: Mon, 25 Jan 2016 15:32:37 +0100 Subject: [PATCH] Latest demo has no bin folder Latest demo has no bin folder. Console is located inside the app folder. --- book/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/installation.rst b/book/installation.rst index fc65eb7f4fc..58029ab3e90 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -343,7 +343,7 @@ of the Symfony Installer anywhere in your system: c:\projects\> php symfony demo Once downloaded, enter into the ``symfony_demo/`` directory and run the PHP's -built-in web server executing the ``php bin/console server:run`` command. Access +built-in web server executing the ``php app/console server:run`` command. Access to the ``http://localhost:8000`` URL in your browser to start using the Symfony Demo application.