From c268843f0d9ee667fec5abd0be3c323130500411 Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Mon, 26 Feb 2024 11:39:35 -0500 Subject: [PATCH] Update index.md Fix command mistake --- 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