From 5bd9087282bdada0ae4d814ca49871c81193c27f Mon Sep 17 00:00:00 2001 From: Wout Schellaert Date: Thu, 1 Mar 2018 16:50:07 +0100 Subject: [PATCH] Add pandoc and tex requirements to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 285d4a4..39342dd 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ bundle install npm install ``` +You will (momentarily) also need `pandoc` and `latex` to compile the reports from the board meetings. Refer to your OS package manager to install these things. + These will pull in all Ruby and Node.js dependencies. If everything goes well, you should be able to execute the following. ```bash