From fbe59ce48eb44584d90a12c082b0980162f63c7d Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 5 Feb 2012 11:04:21 +0100 Subject: [PATCH] Update the README for the new Makefile-less situation --- README.markdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 4288ed63..6ab3307d 100644 --- a/README.markdown +++ b/README.markdown @@ -29,11 +29,13 @@ Features: * TSIG; * DNS name compression. -Sample programs can be found in the `examples` directory. They can -be build with: `make examples` (after the dns package has been installed) +Building is done with the `go` tool. If you have setup your GOPATH +correctly the following should work: -See this [mini howto](http://www.miek.nl/blog/archives/2012/01/23/super-short_guide_to_getting_q/index.html) -to get things going (including Go itself). + go build dns + +Sample programs can be found in the `ex` directory. They can +be build with: `make ex` (after the dns package has been installed) Have fun!