From dbd214baaf2e731951a0486223c4e1b17b0a15a8 Mon Sep 17 00:00:00 2001 From: Ciro Santillli Date: Tue, 25 Feb 2014 16:38:41 +0100 Subject: [PATCH] Remove latexmk intall instructions from README. --- server-ce/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/server-ce/README.md b/server-ce/README.md index 2392117c8c..c1484ef412 100644 --- a/server-ce/README.md +++ b/server-ce/README.md @@ -53,14 +53,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/) (version 2.6 or later) and [MongoDB](http://www.mongodb.org/) running on their standard ports. -* An up to date version of [TeXLive](https://www.tug.org/texlive/), with the `latexmk` program installed. You need latexmk from TeXLive 2013 (or the later). If you're on an older version, or aren't sure, then the following commands will install the latest version locally: - -```bash -mkdir ~/bin -curl http://mirror.physik-pool.tu-berlin.de/tex-archive/support/latexmk/latexmk.pl > ~/bin/latexmk -chmod a+x ~/bin/latexmk -export PATH=~/bin:$PATH -``` +* [TeXLive](https://www.tug.org/texlive/) 2013 or later with the `latexmk` program installed. Config ------