IAP GITLAB

Update home authored by Ralf Ulrich's avatar Ralf Ulrich
...@@ -23,7 +23,7 @@ We also want to point you to the [MCnet guidelines](https://gitlab.ikp.kit.edu/A ...@@ -23,7 +23,7 @@ We also want to point you to the [MCnet guidelines](https://gitlab.ikp.kit.edu/A
## Installation ## Installation
Follow these steps to download and install CORSIKA8-milestone1 Follow these steps to download and install CORSIKA8-milestone1
''' ```
git clone git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git git clone git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git
mkdir corsika-build mkdir corsika-build
cd corsika-build cd corsika-build
...@@ -31,5 +31,5 @@ cmake ../corsika -D CMAKE_INSTALL_PREFIX=../corsika-install ...@@ -31,5 +31,5 @@ cmake ../corsika -D CMAKE_INSTALL_PREFIX=../corsika-install
make make
make install make install
make test make test
''' ```
and if you want to see how the Heitler model works and is implemented, see '''Framework/Cascade/testCascade.cc''' for a starting point. and if you want to see how the Heitler model works and is implemented, see `Framework/Cascade/testCascade.cc` for a starting point.
\ No newline at end of file \ No newline at end of file