From 5138a45b0fd7acc4f0a3881d65c41db21cfbd4ca Mon Sep 17 00:00:00 2001 From: GyDi Date: Sat, 5 Aug 2023 13:38:19 +0800 Subject: [PATCH] chore: add faq and download link --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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