From 99ace561f66d4354587fde54a9dc205c52fd8ef5 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Thu, 18 Sep 2014 19:54:45 +0200 Subject: [PATCH] Readme oh readme --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6217661..8cea5fa 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,22 @@ Cryptalk is a Node.js based encrypted instant chat Installation ======== +Install node.js, procedure depending on platform and distribution. + 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 -node-uuid from npm. +Start server +```bash +node server.js +``` -```npm install node +Browse to http://localhost:8080