From 39b6ced7ec735520302cb2bcae1607d0abac6a32 Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:59:04 -0400 Subject: [PATCH] Revert "Crucial Fix: command wrong written, `cp`" --- 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 66392c1..e43792b 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 -cp .env.example .env +copy .env.example .env npm install npm run build