From 899130aadbc44a06b0fa12af3b402a5e37901cfc Mon Sep 17 00:00:00 2001 From: "Dinko F." <Dinko.Ferencek@cern.ch> Date: Wed, 12 Feb 2025 19:31:46 +0100 Subject: [PATCH] use GitHub instance by default --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index eefdff4..6adf183 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -11,7 +11,7 @@ Please note that this tool relies on the [Inspire HEP](https://inspirehep.net) d ``` virtualenv -p python3.8 croris-env source croris-env/bin/activate -git clone https://gitlab.cern.ch/CMS-IRB/CroRIS.git +git clone https://github.com/ferencek/CroRIS.git cd CroRIS pip install -r requirements.txt ``` -- GitLab