From 5ed8528086096e0b409395299b90b183fb164dab Mon Sep 17 00:00:00 2001 From: fdvkey Date: Sat, 21 Feb 2026 14:19:50 +0700 Subject: [PATCH] fix: update repository clone URL in installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d695b04..6b74cee 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ A Discord selfbot that: 1. Clone this repository ```bash -git clone https://github.com/username/RTRT.git -cd RTRT +git clone https://git.fdvky.me/Fd/rtrt.git +cd rtrt ``` 2. Install dependencies