From 8edf92b91183b2d6a886ffbc954b319a10eb0ee1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 11 Jul 2012 13:25:55 +0300 Subject: [PATCH] minor changes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 49b19bb8..001c9c1e 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,16 @@ repository from github. Install and start, just 3 commands: Starting --------------- To start **Cloud Commander** only one command neaded: + node server.js After thet Cloud Commander reads config file **config.json** and start server on 31337 port, if none of port varibles(*cloud9*, *cloudfoundry* and *nodester*) isn't exist. Then type in browser + http://127.0.0.1:31337 or + http://localhost:31337 Updating ---------------