Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skiars committed Jul 3, 2023
1 parent 6d79423 commit 11e6ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ winget install rustup

Use the following commands to build when everything is in place:
``` bash
pnpm install # 安装项目所有的依赖项
pnpm tauri dev # 构建调试版本程序并启动
pnpm install # install all dependencies
pnpm tauri dev # build the debug program and start
```
According to my test, `pnpm tauri dev` is abnormal under Linux desktop, and can only be debugged with Windows or macOS.

Expand Down

0 comments on commit 11e6ac5

Please sign in to comment.