From 03755e67b73ed759038333fde4c4cca862c6702b Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sat, 11 Jan 2014 23:22:26 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 667828919a..0cedc4ea99 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Features - Contact Form (powered by Sendgrid) - Account Management page - 9 API Examples -- Zero-downtime using Node.js Clusters Prerequisites ------------- @@ -29,9 +28,11 @@ Prerequisites Quick Start ----------- +[Download the latest release](https://github.com/sahat/hackathon-starter/releases). + +Then follow these commands to install third-party library dependencies and start the server. ``` -git clone git://github.com/sahat/hackathon-starter -cd hackathon-starter +cd hackathon-starter-1.0 npm install node app.js ```