From 87eb53b4cd01cb9c29f5f26d9ddfbbf8d09916a3 Mon Sep 17 00:00:00 2001 From: Luciano Tonet Date: Wed, 28 Feb 2024 02:24:59 -0300 Subject: [PATCH] Update index.md --- docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 9db92c2..e71afc8 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -170,7 +170,7 @@ git clone https://github.com/open-webui/open-webui.git cd open-webui/ # Copying required .env file -cp -RPp example.env .env +cp -RPp .env.example .env # Building Frontend Using Node npm i