From bc0aca8d56a4c9aa30b0f8930bc6985734da9499 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 4 Apr 2022 11:53:04 +0100 Subject: [PATCH] doc fix --- etl/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etl/README.md b/etl/README.md index 5f3d3a76..ae8cf2c2 100644 --- a/etl/README.md +++ b/etl/README.md @@ -125,10 +125,16 @@ export PGHOST=localhost export PGDATABASE= ``` +Move into the `etl` directory and set execute permission on all scripts. + +```bash +cd ~/colouring-london/etl +chmod +x *.sh +``` + Extract the new MasterMap data (this step could take a while). ```bash -cd ~/colouring-london sudo ./extract_mastermap.sh /path/to/mastermap_dir ```