diff --git a/README.md b/README.md index dd64560..43a1cff 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Setup the database: `CREATE TABLE balance (id SERIAL UNIQUE,balance NUMERIC);` `CREATE TABLE transaction (id NUMERIC,username VARCHAR(50),amount NUMERIC,timestamp TIMESTAMP);` + + **Create a config file named `ddbank_config` located in the same directory as the script.** **Config file should have the following:** ```