From c15c38ea8ffdc74f49cdb5a4a7b852cbc0c4d16f Mon Sep 17 00:00:00 2001 From: GyDi <segydi@foxmail.com> Date: Fri, 18 Mar 2022 19:02:53 +0800 Subject: [PATCH] chore: readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0575c45..1df611a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,17 @@ A <a href="https://github.com/Dreamacro/clash">Clash</a> GUI based on <a href="h ## Features -Now it's no different from the others, maybe fewer. (WIP) +- Full `clash` config supported, Partial `clash premium` config supported. +- Profiles management and enhancement (by yaml and Javascript). +- System proxy setting and guard. + +## Install + +Download from [release](https://github.com/zzzgydi/clash-verge/releases). Supports Windows x64 and macOS 11+ + +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. ## Development @@ -33,6 +43,12 @@ Then run yarn dev ``` +Or you can build it + +```shell +yarn build +``` + ## Todos > This keng is a little big... -- GitLab