Skip to content

Commit

Permalink
Use -u flag in pprof installation command so that it updates if neede…
Browse files Browse the repository at this point in the history
…d. (#376)
  • Loading branch information
aalexand authored and nolanmar511 committed May 9, 2018
1 parent 520140b commit 4d67f66
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 @@ -36,7 +36,7 @@ Prerequisites:

To build and install it, use the `go get` tool.

go get github.com/google/pprof
go get -u github.com/google/pprof

Remember to set GOPATH to the directory where you want pprof to be
installed. The binary will be in `$GOPATH/bin` and the sources under
Expand Down

0 comments on commit 4d67f66

Please sign in to comment.