Navigation Menu

Skip to content

Commit

Permalink
made "clone/install" instructions more explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Theken committed Apr 19, 2012
1 parent 3225d43 commit ff9e217
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/).
Expand All @@ -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:
Expand Down

0 comments on commit ff9e217

Please sign in to comment.