From d8674c4bdce1c520d11d6ca75dc808a34d462b97 Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Fri, 12 May 2023 13:25:17 +0100
Subject: [PATCH] Update Plugin Template Link (#10)
---
devs/using-plugin-template.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/devs/using-plugin-template.md b/devs/using-plugin-template.md
index 1d79023..2bb57c3 100644
--- a/devs/using-plugin-template.md
+++ b/devs/using-plugin-template.md
@@ -5,11 +5,13 @@ order: 999
---
# Using the template
-The easiest way to start developing is to use our [plugin-template](https://github.com/recloudstream/plugin-template) as it sets up the build environment automatically.
+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 URL
+
+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`