From 66a286af41cf15e8042aac74fa2488c65eb31d26 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic <philip.kaludercic@fau.de> Date: Fri, 22 Mar 2024 14:16:14 +0100 Subject: [PATCH] Mention that Git is an implicit dependency This change is due to the persistent and pedantic complaints by the user sitting by cip1e2. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9440f5..8d713c4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ A (exhaustive enough) _Algebra of Programming_ Summary correctness nor completeness. Contributions and improvements are always appricaited. -To build this document, it should suffice to have a basic LaTeX -installation and then invoke +To build this document, it should suffice to have a basic LaTeX and +[Git](https://git-scm.com/) installation and then invoke $ pdflatex --shell-escape master.tex -- GitLab