From aaf11e0a8a4973a7b800dd314438d889265a1499 Mon Sep 17 00:00:00 2001 From: Valentino Lauciani Date: Fri, 27 Oct 2023 13:30:18 +0200 Subject: [PATCH] Update git clone repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39649ad..17285da 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Python code, complementary to pyamp, to calculate ML with different methods and ### Docker image First, clone the git repository ``` -git clone git@gitlab.rm.ingv.it:raffaele.distefano/pyml.git +git clone https://github.com/INGV/pyml.git cd pyml docker build --tag ingv/pyml . ```