From 37441004c822864cf9ab66fa61e5aa89bfb8bb75 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 28 Oct 2015 16:02:04 -0400 Subject: [PATCH] Docs: Update prerequisites to include Node.js v4.2 --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f3f6212..2da202a5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Note: For your convenience, we distribute binaries for x86_64 Linux and x86_64 M ## Prerequisites -- Node.js v0.12 +- Node.js v0.12 or v4.2 - ~100GB of disk storage - ~4GB of RAM - Mac OS X >= 10.9, Ubuntu >= 12.04 (libc >= 2.15 and libstdc++ >= 6.0.16) diff --git a/docs/index.md b/docs/index.md index ff617ce8..aec8f91c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ bitcore-node start Note: For your convenience, we distribute binaries for x86_64 Linux and x86_64 Mac OS X. Upon npm install, the binaries for your platform will be downloaded. For more detailed installation instructions, or if you want to compile the project yourself, then please see the [Build & Install](build.md) documentation to build the project from source. # Prerequisites -- Node.js v0.12 +- Node.js v0.12 or v4.2 - ~100GB of disk storage - ~4GB of RAM - Mac OS X >= 10.9, Ubuntu >= 12.04 (libc >= 2.15 and libstdc++ >= 6.0.16)