From 785c8a08f1b46dab1e3c3836008c3023320d857a Mon Sep 17 00:00:00 2001 From: Robin Nilsson Date: Thu, 25 Sep 2014 13:08:11 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f96d138..a1c7803 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,23 @@ Create a now folder, browse to it, and install the app from npm npm install cryptalk ```` +Then, from the same folder, issue the following to start the app + +```bash +npm start cryptalk +``` + Browse to ```http://localhost:8080``` Done! +If you want to install it globally, you'll have to append ```-g``` to both the install line, and the start line. + +```bash +npm install cryptalk -g +npm start cryptalk -g +``` + Developer setup ========