Update installation authored by Oliver Kirsebom's avatar Oliver Kirsebom
...@@ -16,7 +16,7 @@ Follow the installation instructions from the [official GEANT4 website](http://g ...@@ -16,7 +16,7 @@ Follow the installation instructions from the [official GEANT4 website](http://g
3. Add your ssh key to you gitlab profile 3. Add your ssh key to you gitlab profile
1. (if you already have a ssh key skip this): `ssh-keygen -t rsa -C "<your_email>"` 1. (if you already have a ssh key skip this): `ssh-keygen -t rsa -C "<your_email>"`
2. Copy the output: `cat ~/.ssh/id_rsa.pub` 2. Copy the output: `cat ~/.ssh/id_rsa.pub`
3. Insert it here: https://git.kern.phys.au.dk/profile/keys 3. Insert it here: https://gitlab.au.dk/profile/keys
4. Download VeikonKone: `git clone git@git.kern.phys.au.dk:oliskir/VeikonKone.git` 4. Download VeikonKone: `git clone git@git.kern.phys.au.dk:oliskir/VeikonKone.git`
... ...
......