From 097d5909ba952e3a349bb1f0b714dcf607a554db Mon Sep 17 00:00:00 2001 From: Baptiste Amato Date: Wed, 1 Jun 2016 22:31:21 +0200 Subject: [PATCH] Fix binary directory for demo application --- book/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/installation.rst b/book/installation.rst index db7c73592f8..e23c2adc70a 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -347,7 +347,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.