From 77faa01251da8d086caa686255c56f465145d0fc Mon Sep 17 00:00:00 2001 From: JayGParmar <31813512+JayGParmar@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:39:21 +0530 Subject: [PATCH] Update README.md Added the command which needs to be executed before we initiate gust init db. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca5365..c5cf066 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,14 @@ Prior to running gust to initialize the database and Kyte, make sure the `config.php` as been created and the required database information supplied. Once `config.php` has been created and the minimal required information supplied, you are ready to initialize the database by running: ``` -gust init db +php gust.php +``` + +The command above will prompt you with a series of questions. Once you have provided your answers, you will be ready to execute the command provided below. + + +``` +php gust.php init db ``` Once the database initialized successfully, it is time to create a root account (master admin) using the following command: