Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Sep 25, 2014
1 parent 6986aea commit 3cbc04e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -39,7 +53,6 @@ node server.js

Browse to ```http://localhost:8080```


Usage
========

Expand Down

0 comments on commit 3cbc04e

Please sign in to comment.