update README.md

main
tt 9 months ago
parent c80aec228f
commit c1779ff868

@ -12,12 +12,20 @@ git clone git@github.com:SoraWebui/SoraWebui.git
```bash ```bash
cd SoraWebui && yarn cd SoraWebui && yarn
#or
cd SoraWebui && npm install
#or
cd SoraWebui && pnpm install
``` ```
3. run dev 3. run dev
```bash ```bash
yarn dev yarn dev
#or
npm run dev
#or
pnpm dev
``` ```
4. Open [http://localhost](http://localhost) with your browser to see it. 4. Open [http://localhost](http://localhost) with your browser to see it.

Loading…
Cancel
Save