hfs 0.42.2 → 0.42.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,12 +64,11 @@ If you don't like this behavior, disable it in the Admin-panel or enter this con
64
64
  If your system is not Windows/Linux/Mac, you can try this alternative version:
65
65
 
66
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`
69
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.
71
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`
73
72
 
74
73
  ### Service
75
74