From 87dfb24e1a3193dcf87b1a5a5a78940a9c50c9bd Mon Sep 17 00:00:00 2001 From: Aleksei Voronov Date: Mon, 6 Nov 2023 08:55:19 +0100 Subject: [PATCH] Update setup instructions Point to the entire sql directory, not just the first file, now that there are multiple things there --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4433a9c..93cb57b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Published on Bluesky at https://bsky.app/profile/did:plc:376mcc6k4s5p7qbtyjrgph5 1. Set up a PostgreSQL database -2. Create tables using SQL provided in [sql/01_create_tables.sql]. +2. Create tables using SQL provided in [`sql`](./sql) directory. 3. Copy `.env.example` into `.env` and set up the environment variables within: