From 5d3ef7b024bfba58c50ac3fb639486955f927388 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 3 Jul 2018 15:33:28 -0700 Subject: [PATCH] Updated Statup Plugins (markdown) --- Statup-Plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Statup-Plugins.md b/Statup-Plugins.md index b1cfb27..b8a3491 100644 --- a/Statup-Plugins.md +++ b/Statup-Plugins.md @@ -6,6 +6,10 @@ go get github.com/hunterlong/statup/plugin ## Example Plugin Start off with the [Example Statup Plugin](https://github.com/hunterlong/statup_plugin) that includes all the interfaces and some custom options for you to expand on. You can include any type of function in your own plugin! +

+ +

+ ## Building Plugins Plugins don't need a push request and they can be private! You'll need to compile your plugin to the Golang `.so` binary format. Once you've built your plugin, insert it into the `plugins` folder in your Statup directory and reboot the application. Clone the [Example Statup Plugin](https://github.com/hunterlong/statup_plugin) repo and try to build it yourself!