From 19eb899228c9c98dbbc14e21348ac073217cd867 Mon Sep 17 00:00:00 2001 From: "Jay G. Parmar" <31813512+JayGParmar@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:34:03 +0530 Subject: [PATCH] Update README.md We need to add php gust.php before executing init account command. So full command would be something like, php gust.php init account [Account Name] [User's Name] [email] [password] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca5365..d4b5016 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ gust init db Once the database initialized successfully, it is time to create a root account (master admin) using the following command: ``` -init account [Account Name] [User's Name] [email] [password] +php gust.php init account [Account Name] [User's Name] [email] [password] ``` Make sure to replace the values in the square brakets.