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