소스 검색

Merge pull request #52 from cirosantilli/add-nvmrc

Add .nvmrc
James Allen 12 년 전
부모
커밋
7713de24dc
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      .nvmrc
  2. 1 1
      README.md

+ 1 - 0
.nvmrc

@@ -0,0 +1 @@
+0.10.26

+ 1 - 1
README.md

@@ -50,7 +50,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.
 * [TeXLive](https://www.tug.org/texlive/) 2013 or later with the `latexmk` program installed.