diff options
| author | Mathias Ose <[email protected]> | 2013-09-13 17:54:48 +0200 |
|---|---|---|
| committer | Mathias Ose <[email protected]> | 2013-09-13 17:54:48 +0200 |
| commit | 03b1aed37b1607a6dccb19d5953cdc7f97cf892c (patch) | |
| tree | 058bdfd7d3187d30e0c82207aa9e40c44f95bd09 | |
| parent | 33a1852336b720c94b2e59ac6d8bbce75acf6e94 (diff) | |
| download | bootstrap-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.
| -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. |
