From af7ca3148c0449147e8c4504d8245dac4ffa5798 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Thu, 10 Oct 2013 16:18:27 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 749bc7c..af2f67b 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,17 @@ Building requires Go 1.2 to be installed: http://golang.org/ * Create a workspace directory, and cd into it. * Prepare your workspace directory: - +``` export GOPATH=`pwd` git clone https://github.com/google/namebench.git src/github.com/google/namebench go get github.com/mattn/go-sqlite3 go get code.google.com/p/go.net/publicsuffix go get github.com/miekg/dns - +``` * Build it. - +``` go build src/github.com/google/namebench/namebench.go - +``` You should have an executable named 'namebench' in the current directory.