From c1779ff8683c3ced5e1141c1ab4d1f3f2b436c5b Mon Sep 17 00:00:00 2001 From: tt <1109394634@qq.com> Date: Sun, 18 Feb 2024 19:07:09 +0800 Subject: [PATCH] update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d0bfe3d..104f4db 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,20 @@ git clone git@github.com:SoraWebui/SoraWebui.git ```bash cd SoraWebui && yarn +#or +cd SoraWebui && npm install +#or +cd SoraWebui && pnpm install ``` 3. run dev ```bash yarn dev +#or +npm run dev +#or +pnpm dev ``` 4. Open [http://localhost](http://localhost) with your browser to see it.