diff --git a/Doc/02run.md b/Doc/02run.md
index f9b405c6ffdff39439e1755e3f0182ee237344ab..c36c334c93e9d752097c206f99395fb74a43f20b 100644
--- a/Doc/02run.md
+++ b/Doc/02run.md
@@ -1,9 +1,10 @@
-#Execution guide
-
-#Activate the Environment
+# Execution guide
 
+## Activate the Environment
+~~~
 micromamba activate m2bsgreprod
-
-#Use Apptainer to execute the make command inside the container and run the Makefile:
-
+~~~
+## Use Apptainer to execute the make command inside the container and run the Makefile:
+~~~
 apptainer exec results/containers/m2bsgreprod3.sif make -f workflows/makefile
+~~~