From 5cf82784abd7e4b764fc4c9783a258b822e65735 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic <philip.kaludercic@fau.de> Date: Wed, 13 Mar 2024 20:24:26 +0100 Subject: [PATCH] Update README to mention "git bundle" and the GitLab link --- README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README b/README index 1e90d04..216f770 100644 --- a/README +++ b/README @@ -8,11 +8,15 @@ always appricaited. To build this document, it should suffice to have a basic LaTeX installation and then invoke + $ git bundle create algprog.pack master $ pdflatex master.tex -until the output reaches a fixpoint. The resulting document should -appear in `master.pdf`. A pre-rendered version can also be found -here: +and repeat the last command until the output reaches a fixpoint. The +resulting document should appear in `master.pdf`. A pre-rendered +version can also be found at +<https://wwwcip.cs.fau.de/~oj14ozun/src+etc/algprog-summary.pdf>, +while the repository should also be avaliable online under +<https://gitlab.cs.fau.de/oj14ozun/algprog-summary>. + - https://wwwcip.cs.fau.de/~oj14ozun/src+etc/algprog-summary.pdf -- GitLab