diff options
| author | Chris Rebert <[email protected]> | 2013-09-04 15:25:07 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-04 15:25:07 -0700 |
| commit | a9b58181c6575e6d49c5d5d99132afbc4f079726 (patch) | |
| tree | bc454c18a3932cb3f6c1d51f142b121d46d1054e | |
| parent | d10ed7ef5e5ca3b8e4babcde12b9ee9a253f9336 (diff) | |
| download | bootstrap-a9b58181c6575e6d49c5d5d99132afbc4f079726.tar.xz bootstrap-a9b58181c6575e6d49c5d5d99132afbc4f079726.zip | |
clarify working directory requirement of `npm install`
| -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. Install the [necessary local dependencies](package.json) via `npm install` +2. From the root `/bootstrap` directory, install the [necessary local dependencies](package.json) via `npm install`. When completed, you'll be able to run the various Grunt commands provided from the command line. |
