From 22b9643aa8a8ff071ee8acd7710b7ab7d16ddc81 Mon Sep 17 00:00:00 2001 From: "Valentijn :)" <120188387+HerpieDerpieee@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:42:00 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee3209e..f2a837d 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To get started with the project, you'll need to set up the database. Follow thes - Create a new database for your project. 2. **Importing Tables:**: - - Import the db-config.sql file into your database using the following command: + - Import the db-config.sql file into your database using the following command:
```mysql -u {your_username} -p {your_database_name} < /path/to/db-config.sql``` - If you want to know more about the exact database structure, you can always take a look at the contents of `db-config.sql ` 3. **Final Configuration:** @@ -32,4 +32,4 @@ To get started with the project, you'll need to set up the database. Follow thes With the database set up and configured, you should be able to run your application. To run it, please use the following command ```bash ./startServer.sh -``` \ No newline at end of file +```