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