Update README.md

This commit is contained in:
Robin Nilsson 2014-09-25 10:51:21 +02:00
parent 6986aea056
commit 3cbc04e651
1 changed files with 15 additions and 2 deletions

View File

@ -16,7 +16,21 @@ Features
* Configurable page title
Setup
Regular setup
========
Install node.js, exact procedure is dependant on platform and distribution.
Create a now folder, browse to it, and install the app from npm
```bash
npm install cryptalk
````
Browse to ```http://localhost:8080```
Done!
Developer setup
========
Install node.js, exact procedure is dependant on platform and distribution.
@ -39,7 +53,6 @@ node server.js
Browse to ```http://localhost:8080```
Usage
========