aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ef9c6a43..29d7e9903 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.