From 859c15653c5864501fee3a90a5598854962564bd Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sun, 21 Dec 2025 21:29:07 -0600 Subject: [PATCH] Update README to change repository URLs from GitHub to Gitea --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f1464a..01c17e4 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,10 @@ To run directly from the GitHub repository without cloning: ```bash # Using uvx (temporary environment) -uvx --from git+https://github.com/Sudo-Ivan/Ren-Browser.git ren-browser-web +uvx --from git+https://git.quad4.io/Ren/Browser.git ren-browser-web # Or clone and run locally -git clone https://github.com/Sudo-Ivan/Ren-Browser.git +git clone https://git.quad4.io/Ren/Browser.git cd Ren-Browser uv sync uv run ren-browser-web