Merge pull request #186 from miguelgargallo/patch-1

Crucial Fix: command wrong written, `cp`
This commit is contained in:
Timothy Jaeryang Baek 2024-08-16 14:10:23 +02:00 committed by GitHub
commit 24c5609f38
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 git clone https://github.com/open-webui/open-webui.git
cd open-webui cd open-webui
copy .env.example .env cp .env.example .env
npm install npm install
npm run build npm run build