Explorar o código

Remove 'go run' example as it doesn't work with Go 1.1

Ask Bjørn Hansen %!s(int64=12) %!d(string=hai) anos
pai
achega
35ef40e26c
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -40,14 +40,16 @@ curl -o dns/test.ntppool.org.json http://tmp.askask.com/2012/08/dns/ntppool.org.
 
 ## Run it
 
-`go run *.go -log -interface 127.1 -port 5053`
+After building the server you can run it with:
 
-or if you already built geodns, then `./geodns ...`.
+`./geodns -log -interface 127.1 -port 5053`
 
 To test the responses run
 
 `dig -t a test.example.com @127.1 -p 5053`
 
+The binary can be moved to /usr/local/bin, /opt/geodns/ or wherever you find appropriate.
+
 ### Command options
 
 Notable command line parameters (and their defaults)