瀏覽代碼

doc: readme

Timothy J. Baek 10 月之前
父節點
當前提交
c2a7e7f510
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -148,14 +148,16 @@ In the last part of the command, replace `open-webui` with your container name i
 
 
 Check our Migration Guide available in our [Open WebUI Documentation](https://docs.openwebui.com/migration/).
 Check our Migration Guide available in our [Open WebUI Documentation](https://docs.openwebui.com/migration/).
 
 
-### Exploring Cutting-Edge Features 🚀
+### Using the Dev Branch 🌙
 
 
 > [!WARNING]
 > [!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.
 > 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:
 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:
 
 
-`ghcr.io/open-webui/open-webui:dev`
+```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
+```
 
 
 ## What's Next? 🌟
 ## What's Next? 🌟