Update README.md

This commit is contained in:
Sahat Yalkabov
2014-01-11 23:22:26 -05:00
parent 2179994e24
commit 03755e67b7

View File

@ -18,7 +18,6 @@ Features
- Contact Form (powered by Sendgrid) - Contact Form (powered by Sendgrid)
- Account Management page - Account Management page
- 9 API Examples - 9 API Examples
- Zero-downtime using Node.js Clusters
Prerequisites Prerequisites
------------- -------------
@ -29,9 +28,11 @@ Prerequisites
Quick Start 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-1.0
cd hackathon-starter
npm install npm install
node app.js node app.js
``` ```