Merge remote-tracking branch 'origin/master'

* origin/master:
  Update README.md
This commit is contained in:
Sahat Yalkabov
2014-01-12 15:31:23 -05:00

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
``` ```