From b2d7c9d2463ac4dfd1de0140544257fc12d4b725 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 23 Mar 2020 13:22:11 -0600 Subject: [PATCH] updates readme.md to include info about the action --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dbf147..cf43abd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Essentials Plugin Template (c) 2020 ## License + Provided under MIT license ## Overview -Fork this repo when creating a new plugin for Essentials. For more information about plugins, refer to the Essentials Wiki [Plugins](https://github.com/PepperDash/Essentials/wiki/Plugins) article. +Fork this repo when creating a new plugin for Essentials. For more information about plugins, refer to the Essentials Wiki [Plugins](https://github.com/PepperDash/Essentials/wiki/Plugins) article. +This repo contains a Github Action workflow that will build this project automatically. Modify the SOLUTION_PATH and SOLUTION_FILE environment variables as needed.