Skip to content

Commit

Permalink
add a note about using modern node
Browse files Browse the repository at this point in the history
  • Loading branch information
englercj committed Sep 22, 2016
1 parent 2cc228c commit c8af170
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ the library, steps to reproduce, etc. "X isn't working!!!1!" will probably just

To setup for making changes you will need to take a few steps, we've outlined them below:

1. Ensure you have node.js installed. You can download node.js from [nodejs.org][node].
1. Ensure you have node.js installed. You can download node.js from [nodejs.org][node]. Because
pixi uses modern JS features, you will need a modern version of node. v4+ is recommended.

2. Fork the [pixi.js][pixi] repository, if you are unsure how to do this GitHub has a guides
for the [command line][fork-cli] and for the [GitHub Client][fork-gui].
Expand Down

0 comments on commit c8af170

Please sign in to comment.