mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
Merge pull request #529 from cookieguru/patch-1
Update Windows uv installation docs
This commit is contained in:
commit
0520be36f2
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user