From 06f2406a293e4bf4eaa186d33f9bc35e4ccfa28b Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Fri, 11 Aug 2023 19:24:25 +0200 Subject: [PATCH] fixed clone path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 547a1df..0ed7d0f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ sudo pip3 install pysword 1. Clone this repository and navigate into it. ```bash -$ git clone https://git.vdm.dev/getBible/v2.git +$ git clone https://git.vdm.dev/getBible/v2_builder.git $ cd v2_builder/ ```