From be09cb883a33abdd5306a15a954b1389b4ffffb7 Mon Sep 17 00:00:00 2001 From: ismail Date: Mon, 7 Jul 2025 09:39:29 +0300 Subject: [PATCH] Correct the installation description. Fixes #1027 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fbb7cd..2694e95 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,14 @@ Configure the component through menuconfig under "Relay Channel Driver Configura ## Installation -1. Copy the component to your project's components directory -2. Add dependency to your project's `idf_component.yml`: +Just add it as a custom dependency to your project's `idf_component.yml`: ```yaml dependencies: + # Add as a custom component from git repository relay_chn: - version: "^0.1.0" + git: https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn.git + version: '>=0.4.0' ``` ## Usage