From a8868cff7562ae87a50c0c0b778db89ec4fadde0 Mon Sep 17 00:00:00 2001 From: Fran Algaba Date: Tue, 28 Nov 2023 11:01:56 +0100 Subject: [PATCH] Update clone link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd8c96..b308c17 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ poetry add giza-osiris To setup local development environment, clone the repository and install dependencies using Poetry. ```bash -git clone https://github.com/yourusername/osiris.git +git clone https://github.com/gizatechxyz/osiris.git cd osiris poetry install ```