Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tameeshB authored Dec 13, 2017
1 parent de0ab7b commit ef00935
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ A VERY reliable way to communicate on the internet.
An end-to-end encrypted decentralised cross-platform chat application.



## Install
First, get node, if you don't already [Official website downloads](https://nodejs.org/en/download/) or just brew/apt-get them(node, npm).
```
git clone https://github.com/tameeshB/sockChat.git
cd sockChat
npm install
node server.js
```

0 comments on commit ef00935

Please sign in to comment.