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
This commit is contained in:
Miguel Gargallo 2024-08-16 14:06:37 +02:00 committed by GitHub
parent e0ecbcc743
commit 48d311c73e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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