From 7d76ca30810d493d05d1616e078cd57085a582c2 Mon Sep 17 00:00:00 2001 From: Miquel Anglada Girotto <45081549+MiqG@users.noreply.github.com> Date: Thu, 15 Jun 2023 22:34:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecbbda8..040d37f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ pip install robustica ``` ### local (latest version) ```shell -git clone https://github.com/MiqG/robustica.git +git clone https://github.com/CRG-CNAG/robustica cd robustica pip install -e . ```