Skip to content

Commit 08ecf49

Browse files
committed
Added 'BUILD_INSTRUCTIONS' with the initial 2 instructions to install Node.js
1 parent 650e913 commit 08ecf49

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

BUILD_INSTRUCTIONS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
(1) Install the Node.js JavaScript runtime environment using your OS package manager.
3+
4+
5+
(2) Verify that Node.js has been installed:
6+
7+
$ node -v
8+
9+
v0.10.25
10+

0 commit comments

Comments
 (0)