Skip to content
Snippets Groups Projects
Commit 984cd12e authored by inso's avatar inso
Browse files

Document how to test plugin

parent 8a527219
No related branches found
No related tags found
No related merge requests found
......@@ -82,3 +82,7 @@ To generate your plugin, you must zip everything (generated resources) in a zip
The [setup.py](https://github.com/Insoleet/sakia-plugin-example/blob/master/setup.py) file from the
example plugin is available to help you generate correctly the plugin.
### To test your plugin
To test your plugin, you need to run sakia with the parameter `--withplugin [path to zip file]`. The plugin will
be loaded automatically on startup but won't be installed to user profile directory.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment