From 68e085817769e7de7b31874168d09737e839dc89 Mon Sep 17 00:00:00 2001 From: cast1e Date: Thu, 17 Oct 2024 22:48:24 +0800 Subject: [PATCH] modify README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b0eb6e..09918c7 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ GUI is build with *tauri* and *vite+vue*, using *pnpm* as package manager. 1. Install node packages. - ``` + ```bash pnpm install ``` 2. Build project - ``` - pnpm tauri build + ```bash + pnpm tauri build --no-bundle ``` ### Combination @@ -31,7 +31,7 @@ Copy libracy and place in the same directory with executable file. ## Releases -See [Release](https://github.com/RogerChen2005/wallitor/releases) +See [Release](https://github.com/RogerChen2005/wallitor/releases) ## Contributions