From d9d5856a745df10d8befe08e6295b5d621b60882 Mon Sep 17 00:00:00 2001 From: Jeriel Jan del Prado Date: Sun, 2 Mar 2025 19:08:27 +0800 Subject: [PATCH] Readded the DATA_DIR portion for the uvx part of the doc. --- docs/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index eff0b62..e2b7028 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -152,7 +152,7 @@ Use the command below, ensuring to set the `DATA_DIR` environment variable to av - **macOS/Linux**: ```bash - , uvx --python 3.11 open-webui@latest serve + DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve ``` - **Windows**: