aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-25 09:57:33 -0700
committerMark Otto <[email protected]>2013-07-25 09:57:33 -0700
commit72237acf524618ad941ff7a64e89fa64b5a4c12b (patch)
treeac3e6b30cef55cefba4798d7fffe8a8e5818382d
parent1f40da9676d0e29329fcf0925409a70acd02daaf (diff)
downloadbootstrap-72237acf524618ad941ff7a64e89fa64b5a4c12b.tar.xz
bootstrap-72237acf524618ad941ff7a64e89fa64b5a4c12b.zip
fix #8584: add readme callout for npm and node
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1ec560039..34449c3f1 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`