Skip to content

Commit

Permalink
Merge pull request dwyl#41 from sohilpandya/master
Browse files Browse the repository at this point in the history
Updated README.md with hapi installation
  • Loading branch information
nelsonic committed Nov 23, 2015
2 parents 0223d70 + 054182e commit fc16d93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ server.start(function(){ // boots your server

module.exports = server;
```
Install Hapi:
```
npm install hapi
```
Run:
```
node .
Expand Down

0 comments on commit fc16d93

Please sign in to comment.