mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-12-26 09:42:18 +08:00
Create README.md
This commit is contained in:
parent
9228c039fe
commit
f23e67daf7
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue