From 2e8f69fa50244f2918be471fc76a4db41253181d Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu> Date: Wed, 20 May 2020 16:19:26 +0200 Subject: [PATCH] git checkout via HTTPS URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e81e2d92e..8611b3537 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ add ```libeigen3-dev``` if you want to use system version of eigen3. Follow these steps to download and install CORSIKA 8 milestone2 ``` -git clone git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git +git clone https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika.git cd corsika mkdir ../corsika-build cd ../corsika-build -- GitLab