From 46012e930961177605f3ec521a241f0daade5805 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 22 Apr 2022 14:13:17 +0100 Subject: [PATCH] doc clarify --- etl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etl/README.md b/etl/README.md index 465fd017..84a81f51 100644 --- a/etl/README.md +++ b/etl/README.md @@ -29,7 +29,7 @@ Before creating or updating a Colouring London database, you'll need to make sur # :new_moon: Creating a Colouring London database from scratch -You should already have set up PostgreSQL and created a database in an Ubuntu environment. Make sure to create environment variables to use `psql` if you haven't already: +You should already have set up PostgreSQL and created a database in an Ubuntu environment. If not, follow one of the linked guides: [setup dev environment](../docs/setup-dev-environment.md) or [setup prod environment](../docs/setup-production-environment.md). Open a terminal in Ubuntu and create the environment variables to use `psql` if you haven't already: ```bash export PGPASSWORD= @@ -105,7 +105,7 @@ ls ~/colouring-london/migrations/*.up.sql 2>/dev/null | while read -r migration; # :full_moon: Updating the Colouring London database with new OS data -In the Ubuntu environment where the database exists, set up environment variable to make the following steps simpler. +In the Ubuntu environment where the database exists, set up the environment variables to make the following steps simpler. ```bash export PGPASSWORD= export PGUSER=