From 48d311c73e6a2eb03da54173df535eaa1a979b83 Mon Sep 17 00:00:00 2001 From: Miguel Gargallo Date: Fri, 16 Aug 2024 14:06:37 +0200 Subject: [PATCH] Crucial Fix: command wrong written, `cp` Crucial Fix: command wrong written, `cp` Some university students and I found this crucial error fix on the guide --- docs/getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index e43792b..66392c1 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -240,7 +240,7 @@ For Windows: git clone https://github.com/open-webui/open-webui.git cd open-webui -copy .env.example .env +cp .env.example .env npm install npm run build