Updated the doco to instruct users to install PhantomJS for testing.

This commit is contained in:
Mario Visic 2012-05-25 00:16:25 +08:00
parent 817ee8b0e5
commit 38098e93da
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Locomotive CMS is an open source project, we encourage contributions. If you hav
* Install ruby and mongoDB
* Clone the project <code>git clone git@github.com:locomotivecms/engine.git</code>
* Setup a virtual host entry for <code>test.example.com</code> to point to localhost
* Run the tests <code>rake</code>
* Run the tests <code>rake</code> (you'll need to install PhantomJS for javascript testing see https://github.com/jonleighton/poltergeist)
* Write your failing tests
* Make the tests pass
* "Create a GitHub pull request":http://help.github.com/send-pull-requests