From fad5b0fa2055a0c7f7c272158e53475ee749bbdc Mon Sep 17 00:00:00 2001 From: Timothy Date: Fri, 27 Oct 2017 01:12:12 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 559204c..c3b8575 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ git clone https://github.com/timothyye/godns.git * Go into the godns directory, get related library and then build it: ```bash -cd godns -go get +cd cmd/godns +go get -v go build ```