From 4124a9743f058519983db49fe36adf49db880a6c Mon Sep 17 00:00:00 2001 From: Alan Coleman <alanc@udel.edu> Date: Tue, 15 Aug 2023 14:17:39 +0200 Subject: [PATCH] Added instructions for cloning via https --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a78d6d47a..506ac4d93 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Once Conan is installed, follow these steps to download and install CORSIKA 8: ``` shell git clone --recursive https://gitlab.iap.kit.edu/AirShowerPhysics/corsika.git +# Or for https: git clone --recursive git@gitlab.iap.kit.edu:AirShowerPhysics/corsika.git mkdir corsika-build cd corsika-build ../corsika/conan-install.sh -- GitLab