From c582754bcc8892aff4786838866a5cc7e4f84a02 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 26 Jun 2024 09:55:35 -0600 Subject: [PATCH] Clarify `.env` instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 755b2e4..4751ec2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ ln -s compose.dev.yml compose.override.dev.yml ### Set envvars -Create a `.env` file or otherwise `export` the envvars. Your `.env` file might look like this: +Create a `.env` file or otherwise `export` the required envvars. If you use an `.env` +file, it should look like this (feel free to change the password :smile:): ```bash POSTGRES_PASSWORD="supersecret"