diff options
| author | Chris Rebert <[email protected]> | 2013-09-13 09:45:16 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-13 09:45:16 -0700 |
| commit | b896ce0270572e0f377baddb68860cb4bd80ca8c (patch) | |
| tree | 058bdfd7d3187d30e0c82207aa9e40c44f95bd09 | |
| parent | 33a1852336b720c94b2e59ac6d8bbce75acf6e94 (diff) | |
| parent | 03b1aed37b1607a6dccb19d5953cdc7f97cf892c (diff) | |
| download | bootstrap-b896ce0270572e0f377baddb68860cb4bd80ca8c.tar.xz bootstrap-b896ce0270572e0f377baddb68860cb4bd80ca8c.zip | |
Merge pull request #10619 from mathiasose/master
Further clarification about this step
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
