From 720f59fd0578461b19df3ff1088879bbd777ea8e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 9 Jul 2012 10:19:54 +0300 Subject: [PATCH] formatted installing section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 050dbc05..42b5024d 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Installing **Cloud Commander** installing is very easy. All you need it's just clone repository from github. Install and start, just 3 commands: -git clone git://github.com/coderaiser/cloudcmd.git -cd cloudcmd -node server.js + git clone git://github.com/coderaiser/cloudcmd.git + cd cloudcmd + node server.js Updating ---------------