hfs 0.42.0-c → 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
 
@@ -97,11 +96,11 @@ Translation is applied automatically based on the configuration of the visitor's
97
96
 
98
97
  ## Plug-ins
99
98
 
100
- To install a plugin you just copy its folder inside `plugins` folder.
99
+ You can use the Admin-panel to manage your plugins and install new ones.
101
100
 
102
- Delete it to uninstall.
101
+ Under the hood, installing a plugin just means copying its folder inside `plugins` folder. Deleting will uninstall it.
103
102
 
104
- HFS will ignore all folders with `-disabled` at the end of the name.
103
+ HFS will ignore all plugin folders with `-disabled` at the end of the name.
105
104
 
106
105
  ## Why you should upgrade from HFS 2.x to 3
107
106