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
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.

Loading…
Cancel
Save