diff --git a/README.md b/README.md index a0d7446..b54cdaf 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,25 @@ A Clash GUI based on + ## Development You should install Rust and Nodejs, see [here](https://tauri.app/v1/guides/getting-started/prerequisites) for more details. Then install Nodejs packages. @@ -57,6 +72,9 @@ yarn install Then download the clash binary... Or you can download it from [clash premium release](https://github.com/Dreamacro/clash/releases/tag/premium) and rename it according to [tauri config](https://tauri.studio/docs/api/config/#tauri.bundle.externalBin). ```shell +# force update to latest version +# yarn run check --force + yarn run check ``` @@ -64,6 +82,9 @@ Then run ```shell yarn dev + +# run it in another way if app instance exists +yarn dev:diff ``` Or you can build it