Merge pull request #3106 from sam-at-github/patch-1

Update CONTRIBUTING.md
This commit is contained in:
Vladimir Agafonkin 2014-12-29 13:13:12 +02:00
commit dfbd0fa309

View File

@ -62,8 +62,8 @@ please consider submitting another pull request with the corresponding [document
### Setting up the Build System
To set up the Leaflet build system, install [Node](http://nodejs.org/),
then run the following commands in the project root:
The Leaflet build system uses [Node](http://nodejs.org/), and the [Jake](http://jakejs.com/) Javascript build tool.
To set up the Leaflet build system, install Node then run the following commands in the project root to install Jake:
```
npm install -g jake