From 7605241984c131594a5fc511be3f8d7bba9c1c7e Mon Sep 17 00:00:00 2001 From: Andreas Loeschcke Centeno Date: Thu, 18 Sep 2025 11:54:24 +0200 Subject: [PATCH] Replaced ssh cloning with https cloning in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba052c8..308f4f1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To clone and build the repository, run the following commands: ``` bash source /cvmfs/sw.hsf.org/key4hep/setup.sh -git clone git@github.com:DRD6/SoftwareTutorials.git +git clone https://github.com/DRD6/SoftwareTutorials.git cd SoftwareTutorials mkdir build install cd build