]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #8584: add readme callout for npm and node
authorMark Otto <otto@github.com>
Thu, 25 Jul 2013 16:57:33 +0000 (09:57 -0700)
committerMark Otto <otto@github.com>
Thu, 25 Jul 2013 16:57:33 +0000 (09:57 -0700)
README.md

index 1ec560039a2ccf58be009746062a33c58b0e0533..34449c3f1ba0ac12fd0bfd97a95d3e1b4eff9a7e 100644 (file)
--- 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`