Merge pull request #15 from lucianotonet/main

Update index.md
This commit is contained in:
Timothy Jaeryang Baek 2024-02-28 00:33:48 -05:00 committed by GitHub
commit b0fc50270c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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