Readme oh readme

This commit is contained in:
Hexagon 2014-09-18 19:54:45 +02:00
parent 4a6aa47eec
commit 99ace561f6
1 changed files with 15 additions and 3 deletions

View File

@ -7,10 +7,22 @@ Cryptalk is a Node.js based encrypted instant chat
Installation Installation
======== ========
Install node.js, procedure depending on platform and distribution.
Clone this repo Clone this repo
```bash
git clone https://github.com/Hexagon/cryptalk.git
cd cryptalk
```
Pull express.io and node-uuid from npm.
```bash
npm install node-uuid express.io
```
Install Node.js, preferably the latest version, then pull express.io and Start server
node-uuid from npm. ```bash
node server.js
```
```npm install node Browse to http://localhost:8080