Fixed readme.txt
Ylian Saint-Hilaire committed
Sep 6, 2017 at 10:28 UTC
11c41ed5523a0cdd927dc649893a55791c4de1dd
1 file changed
+2
-2
readme.txt
+2
-2
@@ -48,10 +48,10 @@ On Windows, you can install MeshCentral to run as a background service, just run
48
Update and uninstall
49
--------------------
50
51
-Upgrading or uninstalling MeshCentral is super easy, just use npm as usual. From the parent folder of node_module, enter ether:
51
+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:
52
53
```
54
- npm upgrade meshcentral
54
+ npm install meshcentral
55
npm uninstall meshcentral
56
```
57