Skip to content
Snippets Groups Projects
Unverified Commit 5138a45b authored by GyDi's avatar GyDi
Browse files

chore: add faq and download link

parent b224d4fa
No related branches found
No related tags found
No related merge requests found
...@@ -42,10 +42,25 @@ A <a href="https://github.com/Dreamacro/clash">Clash</a> GUI based on <a href="h ...@@ -42,10 +42,25 @@ A <a href="https://github.com/Dreamacro/clash">Clash</a> GUI based on <a href="h
Download from [release](https://github.com/zzzgydi/clash-verge/releases). Supports Windows x64, Linux x86_64 and macOS 11+ Download from [release](https://github.com/zzzgydi/clash-verge/releases). Supports Windows x64, Linux x86_64 and macOS 11+
- [Windows x64](https://github.com/zzzgydi/clash-verge/releases/download/latest/Clash.Verge_1.3.5_x64_en-US.msi)
- [macOS intel](https://github.com/zzzgydi/clash-verge/releases/download/latest/Clash.Verge_1.3.5_x64.dmg)
- [macOS arm](https://github.com/zzzgydi/clash-verge/releases/download/latest/Clash.Verge_1.3.5_aarch64.dmg)
- [Linux AppImage](https://github.com/zzzgydi/clash-verge/releases/download/v1.3.5/clash-verge_1.3.5_amd64.AppImage)
- [Linux deb](https://github.com/zzzgydi/clash-verge/releases/download/v1.3.5/clash-verge_1.3.5_amd64.deb)
Or you can build it yourself. Supports Windows, Linux and macOS 10.15+ Or you can build it yourself. Supports Windows, Linux and macOS 10.15+
Notes: If you could not start the app on Windows, please check that you have [Webview2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) installed. Notes: If you could not start the app on Windows, please check that you have [Webview2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) installed.
<details>
<summary open>FAQ</summary>
#### 1. **macOS** "Clash Verge" is damaged and can't be opened
open the terminal and run `sudo xattr -r -d com.apple.quarantine /Applications/Clash\ Verge.app`
</details>
## Development ## Development
You should install Rust and Nodejs, see [here](https://tauri.app/v1/guides/getting-started/prerequisites) for more details. Then install Nodejs packages. 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 ...@@ -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). 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 ```shell
# force update to latest version
# yarn run check --force
yarn run check yarn run check
``` ```
...@@ -64,6 +82,9 @@ Then run ...@@ -64,6 +82,9 @@ Then run
```shell ```shell
yarn dev yarn dev
# run it in another way if app instance exists
yarn dev:diff
``` ```
Or you can build it Or you can build it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment