diff --git a/README.md b/README.md
index d6da6ac..1ee3c4c 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,21 @@ If you find mistakes, please open an issue or fix them yourself and open a PR.
### Semester 1
- [Algorithms & Datastructures Summary](./semester1/algorithms-and-datastructures/ad-janishutz.pdf) Author: Janis Hutz
- [Linear Algebra Cheat-Sheet](./semester1/linear-algebra/linAlg-janishutz.pdf) Author: Janis Hutz
-- [EProg Short summary](./semester1/eprog/eprog-janishutz.pdf) Author: Janis Hutz
+- [Introduction to Programming Short summary](./semester1/eprog/eprog-janishutz.pdf) Author: Janis Hutz
### Semester 2
- [Analysis Cheat-Sheet](./semester2/analysis-i/cheat-sheet.pdf) Author: Janis Hutz
- [Algorithms & Probability Summary](./semester2/algorithms-and-probability/aw-summary.pdf) Author: Janis Hutz
- [Parallel Programming Compact Summary](./semester2/parallel-programming-compact/pprog-compact-summary.pdf) Author: Janis Hutz
+
+## Contributing
+Clone this repo locally using
+```
+git clone --recursive https://github.com/janishutz/eth-summaries
+```
+to also include the required LaTeX helpers for compiling the documents
+
---
diff --git a/semester1/algorithms-and-datastructures/ad-janishutz.tex b/semester1/algorithms-and-datastructures/ad-janishutz.tex
index 57c618d..eea0d69 100755
--- a/semester1/algorithms-and-datastructures/ad-janishutz.tex
+++ b/semester1/algorithms-and-datastructures/ad-janishutz.tex
@@ -1,6 +1,6 @@
\documentclass{article}
-\newcommand{\dir}{~/projects/latex}
+\newcommand{\dir}{../../latex}
\input{\dir/include.tex}
\load{recommended}
diff --git a/semester1/eprog/eprog-janishutz.tex b/semester1/eprog/eprog-janishutz.tex
index 8591b51..34e58b8 100644
--- a/semester1/eprog/eprog-janishutz.tex
+++ b/semester1/eprog/eprog-janishutz.tex
@@ -1,6 +1,6 @@
\documentclass{article}
-\newcommand{\dir}{~/projects/latex}
+\newcommand{\dir}{../../latex}
\input{\dir/include.tex}
\load{recommended}
diff --git a/semester1/linear-algebra/linAlg-janishutz.pdf b/semester1/linear-algebra/linAlg-janishutz.pdf
index 679edb0..0484d71 100644
Binary files a/semester1/linear-algebra/linAlg-janishutz.pdf and b/semester1/linear-algebra/linAlg-janishutz.pdf differ
diff --git a/semester1/linear-algebra/linAlg-janishutz.tex b/semester1/linear-algebra/linAlg-janishutz.tex
index d7bd994..7902cf7 100644
--- a/semester1/linear-algebra/linAlg-janishutz.tex
+++ b/semester1/linear-algebra/linAlg-janishutz.tex
@@ -1,6 +1,6 @@
\documentclass{article}
-\newcommand{\dir}{~/projects/latex}
+\newcommand{\dir}{../../latex}
\input{\dir/include.tex}
\load{recommended}
diff --git a/semester2/algorithms-and-probability/aw-summary.tex b/semester2/algorithms-and-probability/aw-summary.tex
index 224cc2a..da974c5 100644
--- a/semester2/algorithms-and-probability/aw-summary.tex
+++ b/semester2/algorithms-and-probability/aw-summary.tex
@@ -1,7 +1,7 @@
\documentclass{article}
-\newcommand{\dir}{~/projects/latex} % IMPORTANT: No trailing slashes!
+\newcommand{\dir}{../../latex}
\input{\dir/include.tex}
\load{recommended}
diff --git a/semester2/analysis-i/cheat-sheet.tex b/semester2/analysis-i/cheat-sheet.tex
index 68d2d0f..519885f 100644
--- a/semester2/analysis-i/cheat-sheet.tex
+++ b/semester2/analysis-i/cheat-sheet.tex
@@ -1,6 +1,6 @@
\documentclass{article}
-\newcommand{\dir}{~/projects/latex} % IMPORTANT: No trailing slashes!
+\newcommand{\dir}{../../latex}
\input{\dir/include.tex}
\load{recommended}
diff --git a/semester2/parallel-programming-compact/pprog-compact-summary.tex b/semester2/parallel-programming-compact/pprog-compact-summary.tex
index 766c7ba..1b62f65 100644
--- a/semester2/parallel-programming-compact/pprog-compact-summary.tex
+++ b/semester2/parallel-programming-compact/pprog-compact-summary.tex
@@ -1,6 +1,6 @@
\documentclass{article}
-\newcommand{\dir}{~/projects/latex} % IMPORTANT: No trailing slashes!
+\newcommand{\dir}{../../latex}
\input{\dir/include.tex}
\load{recommended}