Merge pull request #529 from cookieguru/patch-1
Some checks failed
Deploy site to Pages / build (push) Has been cancelled
Deploy site to Pages / deploy (push) Has been cancelled

Update Windows uv installation docs
This commit is contained in:
Tim Jaeryang Baek
2025-05-10 17:26:30 +04:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ Once `uv` is installed, running Open WebUI is a breeze. Use the command below, e
DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve
```
- **Windows**:
- **Windows** (PowerShell):
```powershell
$env:DATA_DIR="C:\open-webui\data"; uvx --python 3.11 open-webui@latest serve
```