From 69a634587c2d4e87dcc86978cdf52e8d806456bd Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Thu, 11 May 2023 21:15:57 +0100 Subject: [PATCH] Update using-plugin-template.md --- devs/using-plugin-template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devs/using-plugin-template.md b/devs/using-plugin-template.md index 258a264..e06535a 100644 --- a/devs/using-plugin-template.md +++ b/devs/using-plugin-template.md @@ -7,9 +7,11 @@ order: 999 # Using the template The easiest way to start developing is to use our [plugin-template](https://codeberg.org/cloudstream/plugin-template) as it sets up the build environment automatically. -1) Use our plugin template +To get started: -2) Select `Include all branches` +1) Copy the plugin template page + +2) Import into GitHub using the >"Import a Repository" Feature 3) Check if GitHub actions are enabled, by going to: `Settings > Actions > General > Allow all actions and reusable workflows`