Update index.md

This commit is contained in:
Luciano Tonet
2024-02-28 02:24:59 -03:00
committed by GitHub
parent 3ae6009141
commit feabb53b22

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