From 2b93fff26865351d94fe5d60daa64d9baf827a5b Mon Sep 17 00:00:00 2001
From: Antoine Cyril David Hoffmann <antoine.hoffmann@epfl.ch>
Date: Sat, 25 Feb 2023 10:41:34 +0000
Subject: [PATCH] Add info on the tutorial in INSTALLATION.txt

---
 INSTALLATION.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/INSTALLATION.txt b/INSTALLATION.txt
index 268fb30f..a35287ad 100644
--- a/INSTALLATION.txt
+++ b/INSTALLATION.txt
@@ -1,10 +1,13 @@
 GYACOMO (Gyrokinetic Advanced Collision Moment solver, 2021)
 Copyright (C) 2022  A.C.D. Hoffmann
 
+A better tutorial is present on the code's wiki https://gitlab.epfl.ch/ahoffman/gyacomo/-/wikis/home.
+
+
 Cloning the code :
 
 1. ssh-keygen to generate a public key (press enter to the questions)
-2. copy .ssh/id_rsa.pub in the ssh public key list of c4science with your account
+2. copy .ssh/id_rsa.pub in the ssh public key list of your gitlab account
 3. git clone ssh://git@c4science.ch/source/gyacomo.git
 
 Installing librairies :
-- 
GitLab