From 7a34f048f212529d4c87826114439bab2f8800b4 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 12 Apr 2026 00:20:30 +0200 Subject: [PATCH] fix: uptate url to selfhosted gitea --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03ae1fc..b562e82 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Setup ``` -git clone https://github.com/zxrotwo002/ytm-jam.git +git clone https://git.leohabrom.com/Jinx/ytm-jam.git cd ytm-jam python -m venv .venv ```