better node instructions
Massimo Melina committed
Mar 29, 2023 at 22:52 UTC
5646887a89980457ac98140e48f4db1cede6289f
1 file changed
+3
-4
README.md
+3
-4
@@ -64,12 +64,11 @@ If you don't like this behavior, disable it in the Admin-panel or enter this con
64
If your system is not Windows/Linux/Mac, you can try this alternative version:
65
66
1. [install node.js](https://nodejs.org)
67
-2. execute: `sudo npm -g i hfs`
68
-3. launch: `hfs`
67
+2. execute at command line `npx hfs@latest`
68
70
-Configuration and other files will be stored in `%HOME%/.vfs`
69
+The `@latest` part is optional, and ensures that you are always up to date.
70
72
-With this installation method, you can update with `sudo npm -g update hfs` .
71
+Configuration and other files will be stored in `%HOME%/.vfs`
72
73
### Service
74