Commit 72237acf authored by Mark Otto's avatar Mark Otto

fix #8584: add readme callout for npm and node

parent 1f40da96
...@@ -54,6 +54,8 @@ $ npm install ...@@ -54,6 +54,8 @@ $ npm install
When completed, you'll be able to run the various make commands provided. When completed, you'll be able to run the various make commands provided.
**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding.
### Available makefile commands ### Available makefile commands
#### Build - `make` #### Build - `make`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment