diff --git a/README.md b/README.md
index 8de0240e65195e98674de2e18cecbb3088315e59..5e18b613aa50bd08c8707dff4ed272ade47bfd44 100644
--- a/README.md
+++ b/README.md
@@ -56,17 +56,7 @@ This repository contains the solver source code (in /src) but also my personnal
 
 # How to compile and run GYACOMO
 
-Be sur to check the code's [wiki](https://gitlab.epfl.ch/ahoffman/gyacomo/-/wikis/home)! It contains is a more detailed tutorial.
-
-(shorter guideline)
-To compile and run GYACOMO, follow these steps:
-
-1. Make sure the correct library paths are set in local/dirs.inc. Refer to INSTALATION.txt for instructions on installing the required libraries.
-2. Go to the /gyacomo directory and run make to compile the code. The resulting binary will be located in /gyacomo/bin. You can also compile a debug version by running make dbg.
-3. Once the compilation is done, you can test the executable in the directory /testcases/cyclone_example (see README there) or /testcases/zpinch_example (see wiki).
-4. To stop the simulation without corrupting the output file, create a blank file called "mystop" using $touch mystop in the directory where the simulation is running. The code looks for this file every 100 time steps and the file will be removed once the simulation is stopped.
-5. It is possible to chain simulations by using the parameter "Job2load" in the fort_XX.90 file. For example, to restart a simulation from the latest 5D state saved in outputs_00.h5, create a new fort.90 file called fort_01.90 and set "Job2load" to 0. Then run GYACOMO with the command ./gyacomo 0 or mpirun -np N ./gyacomo Np Ny Nz 0. This will create a new output file called output_01.h5.
-6. To generate plots and gifs using the simulation results, use the script gyacomo/wk/gyacomo_analysis.m and specify the directory where the results are located. Note that this script is not currently a function.
+A detailed tutorial is present in the code's [wiki](https://gitlab.epfl.ch/ahoffman/gyacomo/-/wikis/home).
 
 Note: For some collision operators (Sugama and Full Coulomb), you will need to run COSOlver from B.J.Frei to generate the required matrices in the gyacomo/iCa folder before running GYACOMO.