mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
Update Windows uv installation docs
The docs contain two commands to run on Windows. The first command can be run on any shell; the second is only valid inside PowerShell. While the syntax highlighting hints already indicate this, there is no way for the end user to have any knowledge of this; so this commit adds a notation on the second command denoting it should be run inside PowerShell
This commit is contained in:
parent
9c3f5d5ba9
commit
16f252e7c1
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user