From b583e216013d1b2527363bc5725e5a37a58d06f0 Mon Sep 17 00:00:00 2001 From: mdabucse Date: Wed, 18 Feb 2026 19:13:50 +0530 Subject: [PATCH 1/2] username changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6294b10..1356911 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ https://controld.com/dashboard/profiles/741861frakbm/filters 1. **Clone & install** ```bash - git clone https://github.com/your-username/ctrld-sync.git + git clone https://github.com/abhimehro/ctrld-sync.git cd ctrld-sync uv sync ``` From 40bd398101c4857e6ffc733ff47fece3692415d1 Mon Sep 17 00:00:00 2001 From: Mohamed Abubakkar S <131733014+mdabucse@users.noreply.github.com> Date: Wed, 18 Feb 2026 19:26:14 +0530 Subject: [PATCH 2/2] Update README.md Thanks for the suggestion! The clone URL under "Quick start" is intentionally set to the original repository owner (abhimehro) so users can directly copy-paste and clone the repo. Users who want to use GitHub Actions are separately instructed to fork the repo in the "Configure GitHub Actions" section below, so the distinction is already clear. Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1356911..86618e3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ https://controld.com/dashboard/profiles/741861frakbm/filters 1. **Clone & install** ```bash - git clone https://github.com/abhimehro/ctrld-sync.git + git clone https://github.com/YOUR_USERNAME/ctrld-sync.git cd ctrld-sync uv sync ```