From b189cbe7c0d8ef6077d262653fc462740d14f826 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Wed, 25 Feb 2015 13:24:30 -0800 Subject: [PATCH] Add Debian nodejs-legacy instructions --- src/node/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/node/README.md b/src/node/README.md index 8880213e9a9a6..5b3de6b4f6e50 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.