From f2e4146a439e58fb497d4f3de4ab882869357db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 4 Dec 2014 16:53:19 +0100 Subject: [PATCH] split text on multiple lines for readability --- source/installation/installation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/installation/installation.rst b/source/installation/installation.rst index 4aa05a50c..1cfc4b43f 100644 --- a/source/installation/installation.rst +++ b/source/installation/installation.rst @@ -125,7 +125,9 @@ You may accept the default parameters of `debug_toolbar`, `debug_redirects` and At the end of your installation, composer will warn you to execute database migration script, with this message : :: - Some migration files have been imported. You should run `php app/console doctrine:migrations:status` and/or `php app/console doctrine:migrations:migrate` to apply them to your DB. + Some migration files have been imported. You should run + `php app/console doctrine:migrations:status` and/or + `php app/console doctrine:migrations:migrate` to apply them to your DB. We will proceed to this step some steps further. See :ref:`create-database-schema`.