Fixed readme.txt

This commit is contained in:
Ylian Saint-Hilaire 2017-09-06 10:28:45 -07:00
parent c3005f4770
commit 11c41ed552
1 changed files with 2 additions and 2 deletions

View File

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