Merge pull request #187 from open-webui/revert-186-patch-1

Revert "Crucial Fix: command wrong written, `cp`"
This commit is contained in:
Justin Hayes 2024-08-16 14:00:08 -04:00 committed by GitHub
commit aaf3b5f637
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
cp .env.example .env
copy .env.example .env
npm install
npm run build