From 1be8f5773f49085fdaa56457ac4c72dd8f27bc7a Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Fri, 17 Jul 2020 16:35:47 +0800 Subject: [PATCH] Specify more specific `data` directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28801bb5..d88e0750 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Each file in the `data/` directory can be used as a rule in this format: `geosit - Install `golang` and `git` - Download and install project code: `go get -u -v --insecure github.com/v2ray/domain-list-community` -- Generate `dlc.dat` (without `datapath` option means to use `data` directory of this project): +- Generate `dlc.dat` (without `datapath` option means to use `data` directory of this repository in `$GOPATH`): - `$(go env GOPATH)/bin/domain-list-community` - `$(go env GOPATH)/bin/domain-list-community --datapath=/path/to/your/custom/data/directory`