aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-25 13:25:05 -0800
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-25 13:25:05 -0800
commit201362637b159e48596a03eaaffcfef9ab01341f (patch)
tree928b7b3810dcb858fa6520d3c7ac12ba103c24b8 /src/node
parent4e535a095450c611ecb57b829ab6d53a8c3257a5 (diff)
parentb189cbe7c0d8ef6077d262653fc462740d14f826 (diff)
Merge pull request #810 from murgatroid99/node_instructions
Add Debian nodejs-legacy instructions
Diffstat (limited to 'src/node')
-rw-r--r--src/node/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/node/README.md b/src/node/README.md
index 8880213e9a..5b3de6b4f6 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -4,6 +4,10 @@
Alpha : Ready for early adopters
+## Prerequisites
+
+This requires `node` to be installed. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.
+
## Installation
First, clone this repository (NPM package coming soon). Then follow the instructions in the `INSTALL` file in the root of the repository to install the C core library that this package depends on.