minor changes

This commit is contained in:
coderaiaser 2012-07-18 00:41:00 -07:00
parent f5bc7ca7fd
commit 2d3c050e90

View file

@ -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
---------------