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
commit 0520be36f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve
``` ```
- **Windows**: - **Windows** (PowerShell):
```powershell ```powershell
$env:DATA_DIR="C:\open-webui\data"; uvx --python 3.11 open-webui@latest serve $env:DATA_DIR="C:\open-webui\data"; uvx --python 3.11 open-webui@latest serve
``` ```