mirror of
https://github.com/open-webui/docs
synced 2025-05-21 11:46:15 +00:00
Merge pull request #186 from miguelgargallo/patch-1
Crucial Fix: command wrong written, `cp`
This commit is contained in:
commit
24c5609f38
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user