hfs 0.42.0-a → 0.42.2

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