chore: add tips for pnpm

This commit is contained in:
medcl
2024-11-07 16:32:49 +08:00
parent 8cb257d9c0
commit 6a90b3d159

View File

@@ -31,6 +31,7 @@ To set up the Coco App for development:
```bash
cd coco-app
npm install -g pnpm
pnpm install
pnpm tauri dev
```