From 4ccae1c020b92c2de595d2abb3ca1c453ffd8f15 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 18 Aug 2021 22:45:51 +0200 Subject: [PATCH] Updated Guide (markdown) --- Guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Guide.md b/Guide.md index 29cdec9..8414623 100644 --- a/Guide.md +++ b/Guide.md @@ -6,7 +6,9 @@ 3. Create a class that inherits from `DesktopMagicPluginAPI.Plugin` -4. Implement the reqired members from `DesktopMagicPluginAPI.Plugin` +4. Implement the required members from `DesktopMagicPluginAPI.Plugin` + +5. Compile it into a `.dll` file and in the plugin directory create a directory with the same name as the `.dll` file without the file extension and put the `.dll` file with all required dependencies into it. ## Examples