Update README to change repository URLs from GitHub to Gitea
Some checks failed
Safety / security (push) Failing after 17s
Run Tests / test (3.13) (push) Successful in 1m32s

This commit is contained in:
2025-12-21 21:29:07 -06:00
parent b063c0cbec
commit 859c15653c

View File

@@ -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