diff --git a/doc/02run.md b/doc/02run.md
new file mode 100644
index 0000000000000000000000000000000000000000..d09d974fed028c1e5df54780d0f0f75fbded3e39
--- /dev/null
+++ b/doc/02run.md
@@ -0,0 +1,16 @@
+##Execute the Rscripts avec Apptainer
+
+Vérification de l'installation
+
+~~~
+apptainer --version
+~~~
+
+Execution
+
+~~~
+micromamba activate m2bsgreprod
+
+apptainer exec results/containers/m2bsgreprod3.sif make -f workflows/makefile
+~~~
+