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