From d7a1bc936cc7aebe69d6e3a2d67d0a979451b0a5 Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 21 Feb 2014 10:20:33 +0000 Subject: [PATCH] Update dependencies in README to include latexmk --- server-ce/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/server-ce/README.md b/server-ce/README.md index 1eeff8b103..cb8f6194e8 100644 --- a/server-ce/README.md +++ b/server-ce/README.md @@ -38,6 +38,7 @@ ShareLaTeX should run on OS X and Linux. You need: * [Node.js](http://nodejs.org/) 0.10 or greater * The [grunt](http://gruntjs.com/) command line tools (Run `npm install -g grunt-cli` to install them) * A local instance of [Redis](http://redis.io/) and [MongoDB](http://www.mongodb.org/) running on their standard ports. +* An update to date version of [TeXLive](https://www.tug.org/texlive/), with the `latexmk` program installed (should be included by default in TeXLive). Config ------