From 5f5243f66e9f8bebe2868426e3fe1a682098fa47 Mon Sep 17 00:00:00 2001 From: Timothy Date: Thu, 23 Mar 2017 09:10:35 +0800 Subject: [PATCH] update README file --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b3d1c10..7e4c7f4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,17 @@ go get go build ``` +## Get help + +```bash +$ ./godns -h +Usage of ./godns: + -c string + Specify a config file (default "./config.json") + -d Run it as docker mode + -h Show help +``` + ## Config it * Get [config_sample.json](https://github.com/timothyye/godns/blob/master/config_sample.json) from Github.