From 5bca1be28dd5b3ea2cd7560d522356bf3b143c8f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 18 Jul 2014 14:53:07 +0300 Subject: [PATCH] docs(help) Install: add sh --- HELP.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/HELP.md b/HELP.md index 1a5fddf7..1345310c 100644 --- a/HELP.md +++ b/HELP.md @@ -35,13 +35,10 @@ The installation of file manager is very simple. - install [node.js](http://nodejs.org/ "node.js") if you still have not. - install ```cloudcmd``` via ```npm``` with: - - npm install cloudcmd #local install - -or - - npm install cloudcmd -g #global install - +```sh +npm install cloudcmd #local install or +npm install cloudcmd -g #global install +``` ![NPM_INFO][NPM_INFO_IMG]