Update README to change repository URLs from GitHub to Gitea
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user