diff --git a/Statup-Plugins.md b/Statup-Plugins.md index a672717..9b5c4e6 100644 --- a/Statup-Plugins.md +++ b/Statup-Plugins.md @@ -21,7 +21,15 @@ go build -buildmode=plugin -o example.so ###### Insert `example.so` into the `plugins` directory and reload Statup ## Testing Statup Plugins -Statup includes a couple tools to help you on your Plugin journey, you can use `statup test plugins` command to test all plugins you're including in your `/plugins` folder. This test will attempt to parse your plugin details, and then it will send events for your plugin to be fired. +Statup includes a couple tools to help you on your Plugin journey, you can use `statup test plugins` command to test all plugins in your `/plugins` folder. This test will attempt to parse your plugin details, and then it will send events for your plugin to be fired. +``` +statup test plugins +``` +
+
+