From d20a729ced9a7b8423f023a08a3ed8a5e28bd693 Mon Sep 17 00:00:00 2001 From: Allan Ebdrup Date: Sun, 25 Aug 2013 22:15:46 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bd2fc6..1c8cddd 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,24 @@ See it in action at: [html2pdf.it](http://www.html2pdf.it). Ready to fork and push to heroku (where I run it). -Works out of the box on both windows and linux. +Works out of the box on both windows and ubuntu. On Mac you need to ``` brew install phantomjs ``` +Running webserver +----------- +``` +node lib/app.js +``` + Running tests ----------- -Just type ``` npm test -```` +``` Node modules used ----------------