From 207794c4af41238698077a07ecc04f15ef22b868 Mon Sep 17 00:00:00 2001 From: ZQRui Date: Mon, 22 Jul 2019 10:27:07 +0800 Subject: [PATCH] add compile infomation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3b001885..57ca4b65 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,12 @@ Attribute is useful for sub-group of domains, especially for filtering purpose. * Please begin with small size PRs, say modification in a single file. * A PR must be reviewed and approved by another member. * After a few successful PRs, you may applied for manager access of this repository. + +## Compile +1. Install go +2. run command + +``` +go get -v -t -d github.com/v2ray/domain-list-community/... +go run ./src/github.com/v2ray/domain-list-community/main.go +```