From 07081d6412d3d58447e86660e39eaca199b6574c Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 6 Dec 2023 20:12:05 +0000 Subject: [PATCH] e --- pages/Plugins/Development/Plugin-Guidelines.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/Plugins/Development/Plugin-Guidelines.md b/pages/Plugins/Development/Plugin-Guidelines.md index 519f131..29e0e38 100644 --- a/pages/Plugins/Development/Plugin-Guidelines.md +++ b/pages/Plugins/Development/Plugin-Guidelines.md @@ -5,6 +5,9 @@ This page documents the recommended guidelines for making a stable and neat plug ## Making your plugin compatible with hyprpm In order for your plugin to be installable by hyprpm, you need a manifest. +hyprpm will parse hyprload manifests just fine, but it's recommended to use the more +powerful hyprpm manifest. + Make a file in the root of your repository called `hyprpm.toml`. ### Repository metadata