mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Update intro.mdx
This commit is contained in:
parent
e22bd5e33b
commit
bf03955463
@ -105,6 +105,18 @@ Both commands facilitate a built-in, hassle-free installation of both Open WebUI
|
||||
|
||||
After installation, you can access Open WebUI at [http://localhost:3000](http://localhost:3000). Enjoy! 😄
|
||||
|
||||
### Using the Dev Branch 🌙
|
||||
|
||||
::: warning
|
||||
The `:dev` branch contains the latest unstable features and changes. Use it at your own risk as it may have bugs or incomplete features.
|
||||
:::
|
||||
|
||||
If you want to try out the latest bleeding-edge features and are okay with occasional instability, you can use the `:dev` tag like this:
|
||||
|
||||
```bash
|
||||
docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:dev
|
||||
```
|
||||
|
||||
## Manual Installation
|
||||
|
||||
### Installation with `pip` (Beta)
|
||||
|
Loading…
Reference in New Issue
Block a user