aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMathias Ose <[email protected]>2013-09-13 17:54:48 +0200
committerMathias Ose <[email protected]>2013-09-13 17:54:48 +0200
commit03b1aed37b1607a6dccb19d5953cdc7f97cf892c (patch)
tree058bdfd7d3187d30e0c82207aa9e40c44f95bd09 /README.md
parent33a1852336b720c94b2e59ac6d8bbce75acf6e94 (diff)
downloadbootstrap-03b1aed37b1607a6dccb19d5953cdc7f97cf892c.tar.xz
bootstrap-03b1aed37b1607a6dccb19d5953cdc7f97cf892c.zip
As a node.js noob, even with the previous clarification this was a bit unclear. This change should (hopefully) make it obvious.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29d7e9903..d55d5c2da 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working
From the command line:
1. Install `grunt-cli` globally with `npm install -g grunt-cli`.
-2. From the root `/bootstrap` directory, install the [necessary local dependencies](package.json) via `npm install`.
+2. Navigate to the root `/bootstrap` directory, then run `npm install`. npm will look at [package.json](package.json) and automatically install the necessary local dependencies listed there.
When completed, you'll be able to run the various Grunt commands provided from the command line.