mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
clarify working directory requirement of npm install
This commit is contained in:
parent
d10ed7ef5e
commit
a9b58181c6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working
|
||||||
From the command line:
|
From the command line:
|
||||||
|
|
||||||
1. Install `grunt-cli` globally with `npm install -g grunt-cli`.
|
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.
|
When completed, you'll be able to run the various Grunt commands provided from the command line.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue