add missing bash command

This commit is contained in:
Julien Fastré 2014-09-29 22:26:48 +02:00
parent 6501eba7da
commit 46f62fe3ec

View File

@ -78,6 +78,7 @@ If everything was fine, you are able to launch your built-in server :
.. code-block:: bash
cd path/to/your/directory
php app/console server:run
Your server should now be available at `http://localhost:8000`