diff --git a/README.md b/README.md
index a403e606050b0e1576e831103e391a8f61719d56..f77b32dbb4ad696073d272edf6b5c4453098cbef 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,9 @@ This is my presentation about the Quantum Monte Carlo Loop Algorithm.
 
 The compiled PDF is available at [https://gitlab.cs.fau.de/oz73ifuv/qmc-loop-algorithm-report/-/jobs/artifacts/main/raw/build/qmc-loop-algorithm-report.pdf?job=compile_pdf](https://gitlab.cs.fau.de/oz73ifuv/qmc-loop-algorithm-report/-/jobs/artifacts/main/raw/build/qmc-loop-algorithm-report.pdf?job=compile_pdf).
 
+If you want to compile the PDF yourself then do
+```sh
+git clone --recurse-submodules https://gitlab.cs.fau.de/oz73ifuv/qmc-loop-algorithm-report.git
+cd qmc-loop-algorithm-report
+make show
+```