Create README.md

This commit is contained in:
Craig Peterson 2017-06-12 11:35:34 -04:00 committed by GitHub
parent 9228c039fe
commit f23e67daf7

View file

@ -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