plugins: better doc
Massimo Melina committed
Sep 11, 2023 at 16:14 UTC
251b29fcc1b88b937ea766e414c9305ab4d69bd4
1 file changed
+2
-1
dev-plugins.md
+2
-1
@@ -2,7 +2,8 @@
2
3
If the information you are searching for is not in this document, [please ask](https://github.com/rejetto/hfs/discussions).
4
5
-A plug-in is a folder with a `plugin.js` file in it.
5
+A plug-in is a folder with a `plugin.js` file in it. To install a plugin you just copy the folder into `plugins` folder.
6
+You will find `plugins` folder near `config.yaml`, and then in `USER_FOLDER/.hfs` for Linux and Mac, or near `hfs.exe` on Windows.
7
8
Plug-ins can be hot-swapped, and at some extent can be edited without restarting the server.
9