From 88dc9e6c5045318a5d3f709039b8b0c15ccd6464 Mon Sep 17 00:00:00 2001 From: ediakatos Date: Fri, 2 May 2025 13:09:35 +0100 Subject: [PATCH 1/2] Deleted dead code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e842ef0..6034eb0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ poetry --version ```bash git clone -cd hazard-processing-tool-aws +cd hazard-processing-tool make .venv # Install dependencies make hooks # Install pre-commit hooks ``` From 70d5511053a98181c413a3874e33179ce9a4d408 Mon Sep 17 00:00:00 2001 From: ediakatos Date: Fri, 2 May 2025 14:03:54 +0100 Subject: [PATCH 2/2] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6034eb0..6437c56 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ poetry --version ## Installation ```bash -git clone +git clone https://github.com/mapaction/hazard-processing-tool.git cd hazard-processing-tool make .venv # Install dependencies make hooks # Install pre-commit hooks