mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Fixed readme.txt
This commit is contained in:
parent
c3005f4770
commit
11c41ed552
1 changed files with 2 additions and 2 deletions
|
@ -48,10 +48,10 @@ On Windows, you can install MeshCentral to run as a background service, just run
|
|||
Update and uninstall
|
||||
--------------------
|
||||
|
||||
Upgrading or uninstalling MeshCentral is super easy, just use npm as usual. From the parent folder of node_module, enter ether:
|
||||
Uninstalling MeshCentral is super easy, just use npm as usual. For updating, just install over the previous version by installing again, data files will not be changed. From the parent folder of node_module, enter ether:
|
||||
|
||||
```
|
||||
npm upgrade meshcentral
|
||||
npm install meshcentral
|
||||
npm uninstall meshcentral
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue