From 39cebae4c6d477463f9bfaaeac319489fcba420e Mon Sep 17 00:00:00 2001
From: Stefan Gehr <stefan.kerman.gehr@fau.de>
Date: Thu, 8 Dec 2022 15:19:21 +0100
Subject: [PATCH] How to self-compile

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index a403e60..f77b32d 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
+```
-- 
GitLab