Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added 'BUILD_INSTRUCTIONS' with the initial 2 instructions to install…
… Node.js
- Loading branch information
@@ -0,0 +1,10 @@ | ||
|
||
(1) Install the Node.js JavaScript runtime environment using your OS package manager. | ||
|
||
|
||
(2) Verify that Node.js has been installed: | ||
|
||
$ node -v | ||
|
||
v0.10.25 | ||
|