From dfbe09860f661fc2cfa476786fe2dccec5e36c16 Mon Sep 17 00:00:00 2001 From: tdjnodj <108401163+tdjnodj@users.noreply.github.com> Date: Sat, 3 Dec 2022 17:17:08 +0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index acdc0e69..f95d4572 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,26 @@ Documentations are now moved to [GitHub Wiki](https://github.com/Dreamacro/clash ## Advanced usage for this branch +## Build + +You should install [golang](https://go.dev) first. + +Then get the source code of Clash.Meta: +```shell +git clone https://github.com/MetaCubeX/Clash.Meta.git +cd Clash.Meta && go mod download +``` + +If you can't visit github,you should set proxy first: +```shell +go env -w GOPROXY=https://goproxy.io,direct +``` + +So now you can build it: +```shell +go build +``` + ### DNS configuration Support `geosite` with `fallback-filter`.