modify README

master
cast1e 2024-10-17 22:48:24 +08:00
parent 9a44550e2e
commit 68e0858177
1 changed files with 4 additions and 4 deletions

View File

@ -16,13 +16,13 @@ GUI is build with *tauri* and *vite+vue*, using *pnpm* as package manager.
1. Install node packages. 1. Install node packages.
``` ```bash
pnpm install pnpm install
``` ```
2. Build project 2. Build project
``` ```bash
pnpm tauri build pnpm tauri build --no-bundle
``` ```
### Combination ### Combination