diff --git a/README.md b/README.md index d93254c..66f5ddd 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,7 @@ At the moment only 4 functions are available: Attach and Detach are used for registrering/unregistrering a module on the system. The Run and Stop functions are mandatory in the plugin modules. +The system expects a folder called 'plugins', placed at the root, along side your main python file. +Each plugin should be placed in folders, named as the plugin, inside the 'plugins' folder. + The example.py along with the example_plugin.py/json shows the workings of this plugin system. \ No newline at end of file