From 3cbc04e651df7755641c0dc3912a775cef44dd48 Mon Sep 17 00:00:00 2001 From: Robin Nilsson Date: Thu, 25 Sep 2014 10:51:21 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5126dae..f96d138 100644 --- a/README.md +++ b/README.md @@ -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. @@ -39,7 +53,6 @@ node server.js Browse to ```http://localhost:8080``` - Usage ========