From 6e13e69b41e5b78d40ed974e8cf673c5c68c9ea2 Mon Sep 17 00:00:00 2001 From: bizzle Date: Sun, 21 Jun 2026 20:57:18 -0400 Subject: [PATCH] docs: use real Gitea clone URL in README Co-authored-by: Claude --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2181341..7ca1e7d 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,10 @@ You'll need the following installed on your Windows machine: Open **PowerShell** (or Git Bash / Windows Terminal) and run: ```powershell -git clone https://your-gitea-server/your-username/OpenWebUI-Cuda.git +git clone https://git.bizzle.lol/bizzle/OpenWebUI-Cuda.git cd OpenWebUI-Cuda ``` -> Replace the URL above with the actual clone URL shown on the Gitea repo page (the green **Clone** button). If the repo is private, Gitea will prompt for your username and password / access token. - --- ## 2. Set up Ollama and pull your models