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
|
```bash
|
||||||
# Using uvx (temporary environment)
|
# 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
|
# 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
|
cd Ren-Browser
|
||||||
uv sync
|
uv sync
|
||||||
uv run ren-browser-web
|
uv run ren-browser-web
|
||||||
|
|||||||
Reference in New Issue
Block a user