mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
As a node.js noob, even with the previous clarification this was a bit unclear. This change should (hopefully) make it obvious.
This commit is contained in:
parent
33a1852336
commit
03b1aed37b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user