mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
docs(help) Update: mv to top
This commit is contained in:
parent
385855bd5d
commit
ded5720b48
1 changed files with 15 additions and 16 deletions
31
HELP.md
31
HELP.md
|
|
@ -52,6 +52,21 @@ To start work type in address bar of your browser:
|
|||
|
||||
http://127.0.0.1:8000
|
||||
|
||||
Update
|
||||
---------------
|
||||
**Cloud Commander** is very often updated.
|
||||
|
||||
Update is doing automagically but it could be done also manualy.
|
||||
If you cloned repository you could get last changes with:
|
||||
|
||||
git pull
|
||||
|
||||
If you installed Cloud Commander with `npm` just re-install it:
|
||||
|
||||
npm i cloudcmd -g
|
||||
|
||||
After that clear cache of your browser, restart application and reload page.
|
||||
|
||||
Hot keys
|
||||
---------------
|
||||
|
||||
|
|
@ -322,22 +337,6 @@ do something like this:
|
|||
|
||||
nohup node cloudcmd
|
||||
|
||||
Update
|
||||
---------------
|
||||
**Cloud Commander** is very often updated.
|
||||
Update is doing automagically but it could be done also manualy
|
||||
by typing a few commands in cloudcmd directory:
|
||||
|
||||
git pull
|
||||
or check new version on npm
|
||||
|
||||
npm info cloudcmd
|
||||
|
||||
and then, if there is new version
|
||||
|
||||
npm r cloudcmd
|
||||
npm i cloudcmd
|
||||
|
||||
Additional modules list
|
||||
---------------
|
||||
To extend capabilities of file manager next modules used:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue