From 11e6ac569241bfe9307e5bf40476c6f2c5df623d Mon Sep 17 00:00:00 2001 From: skiars Date: Mon, 3 Jul 2023 22:31:15 +0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9611996..e5ddc25 100644 --- a/README.md +++ b/README.md @@ -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.