From ff9e21712f9757364c94fa0d1e2075be596511e0 Mon Sep 17 00:00:00 2001 From: Andrew Theken Date: Thu, 19 Apr 2012 10:41:22 -0300 Subject: [PATCH] made "clone/install" instructions more explicit. --- Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 1bb3ea9..0602fe5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,3 @@ - # Screenshot application A simple screenshot application & web service powered by [Express](http://expressjs.com), [Redis](http://redis.io), [node-canvas](http://github.com/learnboost/node-canvas), [palette](http://github.com/visionmedia/palette), and [PhantomJS](http://www.phantomjs.org/). @@ -11,7 +10,9 @@ then clone this repo and install the deps: ``` -$ npm install +$ git clone https://github.com/visionmedia/screenshot-app.git +$ cd screenshot-app +$ npm install -d ``` Run the app: