From 4cd14ffd7709dd3e23a6d402de6c9b65e8a2f1a2 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 28 Mar 2022 15:22:04 +0100 Subject: [PATCH] remove sudo --- etl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etl/README.md b/etl/README.md index 1403b4e8..aa284a5d 100644 --- a/etl/README.md +++ b/etl/README.md @@ -74,10 +74,10 @@ sudo ./filter_transform_mastermap_for_loading.sh /path/to/mastermap_dir -Load all building outlines. +Load all building outlines. Note: you should ensure that `mastermap_dir` has permissions that will allow the linux `find` command to work without using sudo. ```bash -sudo ./load_geometries.sh /path/to/mastermap_dir +./load_geometries.sh /path/to/mastermap_dir ``` Index geometries.