From fbb33bda0f64350678b038e7461b1af9abbc3915 Mon Sep 17 00:00:00 2001 From: Ciro Santillli Date: Tue, 25 Feb 2014 12:27:27 +0100 Subject: [PATCH] Add .nvmrc --- .nvmrc | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000000..61012ac6c8 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +0.10.26 diff --git a/README.md b/README.md index c25f9075d9..7c9f8c5315 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Dependencies ShareLaTeX should run on OS X and Linux. You need: -* [Node.js](http://nodejs.org/) 0.10 or greater +* [Node.js](http://nodejs.org/) 0.10 or greater. We recommend that you use [nvm](https://github.com/creationix/nvm) to install it. * 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: