1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00

Merge pull request #421 from BCjwhisenant/contrib-guide-node

Fix for #411 - change to CONTRIBUTING.md about phantomjs and Node 0.10.x
This commit is contained in:
Steve Heffernan 2013-04-03 10:37:57 -07:00
commit 6bd4651767

View File

@ -10,6 +10,7 @@ Don't miss the [code style guide](#code-style).
# Getting started
1. [Download and install Node.js](http://nodejs.org/download/). Video.js uses Node for build and test automation.
There is a known issue between Node.js version 0.10.x and phantomjs. This will manifest itself during the node module installation (see step 4 below). For the time being, please install Node.js version 0.8.22 or earlier. You can find earlier versions of Node.js [here](http://nodejs.org/dist/).
2. [Fork](http://help.github.com/fork-a-repo/) and clone the video.js git repository.