Skip to content

Commit

Permalink
README: correct installation instructions
Browse files Browse the repository at this point in the history
Fixes golang/go#23167

Change-Id: I04e9f92fd0fc83f1f489e9f2a328c4916c06b8e6
Reviewed-on: https://go-review.googlesource.com/84595
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
  • Loading branch information
gbbr authored and mvdan committed Jul 4, 2018
1 parent 3d766fa commit 6e6d33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tools to be written against the API. A client can be found in the

## Download/Install

The easiest way to install is to run `go get -u golang.org/x/perf`. You can
The easiest way to install is to run `go get -u golang.org/x/perf/cmd/...`. You can
also manually git clone the repository to `$GOPATH/src/golang.org/x/perf`.

## Report Issues / Send Patches
Expand Down

0 comments on commit 6e6d33e

Please sign in to comment.