Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Oct 10, 2013
1 parent 6f38255 commit af7ca31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit af7ca31

Please sign in to comment.