Update index.md

Fix command mistake
This commit is contained in:
Justin Hayes 2024-02-26 11:39:35 -05:00 committed by GitHub
parent 8e560e41f7
commit 70beedf04c

View File

@ -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