From 70db6320aee94f9036b7b6c173125a53359f59f9 Mon Sep 17 00:00:00 2001 From: bsp2 Date: Wed, 17 Apr 2019 22:05:54 +0200 Subject: [PATCH] update plugin mini-HOWTO --- plugin_mini_howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_mini_howto.md b/plugin_mini_howto.md index 3ba1fdfe..b87411ff 100644 --- a/plugin_mini_howto.md +++ b/plugin_mini_howto.md @@ -8,7 +8,7 @@ 1. Either clone the GitHub repo OR download the [precompiled plugin SDK](README.md#dynamically-loaded-plugins-via-plugin-sdk) -2. Study the [template_shared](plugins/community/repos/Template_shared) example plugin (also included in the plugin SDK) (you may also want to take a look at my `bsp` plugin, which is also loaded dynamically). Also take a look at `include/plugin.hpp`. +2. Study the [template_shared](plugins/community/repos/Template_shared) example plugin (also included in the plugin SDK) (you may also want to take a look at my `bsp` plugin, which is also loaded dynamically). Also take a look at [include/plugin.hpp](include/plugin.hpp). 3. Develop your module (!). Don't forget to pick a suitable license, e.g. [MIT](https://opensource.org/licenses/MIT)