From 2784df5f8194be89a39c837e02c55ee1c0f6e258 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 8 May 2023 15:53:09 +0200 Subject: [PATCH] Fix/improve post install instructions --- doc/POST_INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index c1c0300..5d7de32 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,6 +1,6 @@ -to finish installation: -__DOMAIN____PATH__/install.php +To finish installation, please go to : `__DOMAIN____PATH__/install.php` -database name `__DB_NAME__` -database user `__DB_USER__` -database password `__DB_PWD__` +You will need the following credentials: +- database name: `__DB_NAME__` +- database user: `__DB_USER__` +- database password: `__DB_PWD__`