From f23e67daf7bc9908d4e43d9d48c1b70b98729fdf Mon Sep 17 00:00:00 2001 From: Craig Peterson Date: Mon, 12 Jun 2017 11:35:34 -0400 Subject: [PATCH] Create README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 382f0cd38..3d01054ab 100644 --- a/README.md +++ b/README.md @@ -88,12 +88,11 @@ Writing new plugins is very easy. ## From source -This command will download the source code, compile it, and put the resulting -binary in `~/bin/` +DNSControl can be built with Go version 1.7 or higher. To install, simply run -```cmd -go get github.com/StackExchange/dnscontrol -``` +`go get github.com/StackExchange/dnscontrol` + +dnscontrol should be installed in $GOPATH/bin ## Via packages