From 113b7c4620b01732180e8473c259b88c15a9a788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Mon, 7 Jun 2021 12:13:26 +0100 Subject: [PATCH] Update build instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c82e53..c561fc6 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,12 @@ The board of examiners consists of ## Building To build the dissertation you need the [Informatics thesis LaTeX -class](https://github.com/dhil/inf-thesis-latex-cls). +class](https://github.com/dhil/inf-thesis-latex-cls) with the +University of Edinburgh crests. Invoking `make` on the command line +ought to produce a PDF copy of the dissertation named `thesis.pdf`, +e.g. + +```shell +$ make +```