From b9b7d970478e59e93f46f39e15bad414c1f293f4 Mon Sep 17 00:00:00 2001 From: Yo Yehudi Date: Tue, 30 Jan 2024 15:50:22 +0000 Subject: [PATCH] fix path typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd74c2..186294c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The above setup steps, as one copy-pastable block: #go to the folder containing this code. cd sustainable-communities-tracker #change the script to be executable - chmod +x /src/localMethods/localMethods.sh + chmod +x src/localMethods/localMethods.sh # make a folder to store all the output data mkdir ../localData