From feabb53b22fcd1f67c2cf474d8ccdd71850631b8 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 9db92c20..e71afc8d 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