From 2d3c050e9058fb29341cd16c3ae5ec034f6b97aa Mon Sep 17 00:00:00 2001 From: coderaiaser Date: Wed, 18 Jul 2012 00:41:00 -0700 Subject: [PATCH] minor changes --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d26ef4..00f0d856 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,14 @@ There is a short list: Installing --------------- **Cloud Commander** installing is very easy. All you need it's just clone -repository from github. Install and start, just 3 commands: +repository from github. Just 2 commands: - git clone git://github.com/coderaiser/cloudcmd.git --recursive + git clone git://github.com/coderaiser/cloudcmd.git + cd cloudcmd +or + + npm i cloudcmd + mv node_modules/cloudcmd ./cloudcmd Starting ---------------