]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
As a node.js noob, even with the previous clarification this was a bit unclear. This... 10619/head
authorMathias Ose <m@thiaso.se>
Fri, 13 Sep 2013 15:54:48 +0000 (17:54 +0200)
committerMathias Ose <m@thiaso.se>
Fri, 13 Sep 2013 15:54:48 +0000 (17:54 +0200)
README.md

index 29d7e99034ac6d31526c7013a54d0302cd1f63d5..d55d5c2dae34ee6e58950c7540bf27b0c76596fc 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. 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.