From 56b40ae6d259c7858c4a8180889794f14d4a9956 Mon Sep 17 00:00:00 2001 From: Joshua Anderson Date: Tue, 13 Sep 2016 19:41:53 -0700 Subject: [PATCH] Update nodejs requirement for building on linux --- docs/development/build-instructions-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index 950ed2c545ae..eff71b396f19 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -7,7 +7,7 @@ Follow the guidelines below for building Electron on Linux. * At least 25GB disk space and 8GB RAM. * Python 2.7.x. Some distributions like CentOS still use Python 2.6.x so you may need to check your Python version with `python -V`. -* Node.js v0.12.x. There are various ways to install Node. You can download +* Node.js. There are various ways to install Node. You can download source code from [Node.js](http://nodejs.org) and compile from source. Doing so permits installing Node on your own home directory as a standard user. Or try repositories such as [NodeSource](https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories).