From cc4ac26869aeefdfd31c50696cf11a93a1af10ee Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 25 Jul 2020 18:00:07 +0800 Subject: [PATCH] Update go get flag in README.md (#69) due to https://github.com/v2fly/domain-list-community/pull/67 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6a29bd..35e3d599 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Each file in the `data` directory can be used as a rule in this format: `geosite ## Generate `dlc.dat` manually - Install `golang` and `git` -- Download and install project code: `go get -u -v --insecure github.com/v2fly/domain-list-community` +- Download and install project code: `go get -v --insecure github.com/v2fly/domain-list-community` - Generate `dlc.dat` (without `datapath` option means to use `data` directory of this repository in `$GOPATH`): - `${GOPATH:-$(go env GOPATH)}/bin/domain-list-community` - `${GOPATH:-$(go env GOPATH)}/bin/domain-list-community --datapath=/path/to/your/custom/data/directory`