From e388294d2e209d553a18c9dedaa127af2d291eb2 Mon Sep 17 00:00:00 2001 From: heyethereum Date: Sat, 17 Aug 2024 08:56:47 +0800 Subject: [PATCH] added readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b75535..86ebbb5 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ CREATE DATABASE safeqr; Navigate to the `/sql/` directory and run the provided scripts to set up your database schema and populate it with dummy data: ```bash -psql -d your_database_name -f Create_all_tables.sql -psql -d your_database_name -f Dummy_data.sql +psql -d safeqr -f Create_all_tables.sql +psql -d safeqr -f Dummy_data.sql ``` ### 4. Verifying the Database Setup