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