diff --git a/docs/intro.mdx b/docs/intro.mdx index 70f9685..e06e3ca 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -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)