]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify working directory requirement of `npm install`
authorChris Rebert <github@rebertia.com>
Wed, 4 Sep 2013 22:25:07 +0000 (15:25 -0700)
committerChris Rebert <github@rebertia.com>
Wed, 4 Sep 2013 22:25:07 +0000 (15:25 -0700)
README.md

index 0ef9c6a4327289ec404d57f5c1e48cb0e607d48d..29d7e99034ac6d31526c7013a54d0302cd1f63d5 100644 (file)
--- 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.