From de1a8373800f120e669344bbf876fcf269dd2e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20Keskk=C3=BCla?= Date: Mon, 18 Aug 2014 13:19:48 +0300 Subject: [PATCH] updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 543049933..c7e8fb34d 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,10 @@ Testing --- For feature testing, PhantomJS is used. +* Install phantomjs from npm with (skip next 2 steps) + + npm install -g phantomjs + * [Download](https://bitbucket.org/ariya/phantomjs/downloads/) the correct binary for your OS * Move the binary to `/usr/local/bin` * Before running tests for the first time: `rake db:seed`