From 1216332270fd8848efc14ca4d56f1b6a4a9452c8 Mon Sep 17 00:00:00 2001 From: Robin Nilsson Date: Thu, 25 Sep 2014 16:29:04 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a1c7803..7b3b292 100644 --- a/README.md +++ b/README.md @@ -21,28 +21,21 @@ 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 +Install the app from npm ```bash -npm install cryptalk +npm install cryptalk -g ```` -Then, from the same folder, issue the following to start the app +Then issue the following to start the app ```bash -npm start cryptalk +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 ========