From: Mark Otto Date: Thu, 25 Jul 2013 16:57:33 +0000 (-0700) Subject: fix #8584: add readme callout for npm and node X-Git-Tag: v3.0.0-rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72237acf524618ad941ff7a64e89fa64b5a4c12b;p=thirdparty%2Fbootstrap.git fix #8584: add readme callout for npm and node --- diff --git a/README.md b/README.md index 1ec560039a..34449c3f1b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ $ npm install 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 #### Build - `make`