aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-13 09:45:16 -0700
committerChris Rebert <[email protected]>2013-09-13 09:45:16 -0700
commitb896ce0270572e0f377baddb68860cb4bd80ca8c (patch)
tree058bdfd7d3187d30e0c82207aa9e40c44f95bd09
parent33a1852336b720c94b2e59ac6d8bbce75acf6e94 (diff)
parent03b1aed37b1607a6dccb19d5953cdc7f97cf892c (diff)
downloadbootstrap-b896ce0270572e0f377baddb68860cb4bd80ca8c.tar.xz
bootstrap-b896ce0270572e0f377baddb68860cb4bd80ca8c.zip
Merge pull request #10619 from mathiasose/master
Further clarification about this step
-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.