From 6d5badb1ffbd821f7ae2575817ce2f69758d6a3b Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 16 Aug 2022 17:24:29 +0200 Subject: [PATCH] Reword report skeleton readme --- report/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/report/README.md b/report/README.md index 6401333..bcdad46 100644 --- a/report/README.md +++ b/report/README.md @@ -1,10 +1,11 @@ -To use this skeleton, install [pandoc](](https://pandoc.org/installing.html). +To use this skeleton, install [pandoc](https://pandoc.org/installing.html). +We provide a working nix shell for those familiar with nix. To compile `myfile.md` to PDF on linux, run: make myfile.pdf -For example to compile `template.md`, run: +To compile and view our provided example, `template.md`, run: make template.pdf