From bf03955463e3feb387c444a911c05e3f7a4fda6a Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 7 Jun 2024 22:16:36 -0700 Subject: [PATCH] Update intro.mdx --- docs/intro.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)