From: Chris Rebert Date: Wed, 4 Sep 2013 22:25:07 +0000 (-0700) Subject: clarify working directory requirement of `npm install` X-Git-Tag: v3.0.1~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b58181c6575e6d49c5d5d99132afbc4f079726;p=thirdparty%2Fbootstrap.git clarify working directory requirement of `npm install` --- diff --git a/README.md b/README.md index 0ef9c6a432..29d7e99034 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. 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.