aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-16 18:59:06 -0700
committerMark Otto <[email protected]>2013-09-16 18:59:06 -0700
commitc14fe7904acebcd6a07335ab6d9028dcecc976f0 (patch)
treea37b51775f5f80650cc5ba456c091f4a9a3d0d0d /README.md
parent776d3fd6a0b0803512ba3cf5bd365b4e18b9315f (diff)
parent630bf13fb4b9f5b92e323504454a8f9d18d93d59 (diff)
downloadbootstrap-c14fe7904acebcd6a07335ab6d9028dcecc976f0.tar.xz
bootstrap-c14fe7904acebcd6a07335ab6d9028dcecc976f0.zip
Merge branch 'master' of github.com:twbs/bootstrap
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 29d7e9903..d55d5c2da 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. 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.