diff options
author | Michael Lumish <mlumish@google.com> | 2015-02-25 13:24:30 -0800 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2015-02-25 13:24:30 -0800 |
commit | b189cbe7c0d8ef6077d262653fc462740d14f826 (patch) | |
tree | 00c3e23c8882b208854d9c02704800911f907fe2 /src/node | |
parent | a29a1223d7371bcbb2c2ee5045c8901798a26704 (diff) |
Add Debian nodejs-legacy instructions
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/README.md | 4 |
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. |