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]