diff --git a/user_guide_src/source/installation/running.rst b/user_guide_src/source/installation/running.rst index 2538cfee2d9a..b9992ed7950a 100644 --- a/user_guide_src/source/installation/running.rst +++ b/user_guide_src/source/installation/running.rst @@ -49,9 +49,10 @@ Open the **app/Config/App.php** file with a text editor. Configure Database Connection Settings ====================================== -If you intend to use a database, open the -**app/Config/Database.php** file with a text editor and set your -database settings. Alternately, these could be set in your **.env** file. +If you intend to use a database, open the **app/Config/Database.php** file with +a text editor and set your database settings. Alternately, these could be set in +your **.env** file. See :ref:`Database Configuration ` +for details. Set to Development Mode =======================