From c085dc922ca7c204cd1a14d73bbfa311d975c361 Mon Sep 17 00:00:00 2001 From: Alexey Alexandrov Date: Tue, 8 May 2018 18:12:47 -0700 Subject: [PATCH] Use -v flag in pprof installation command so that it updates if needed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81e5d3939..266a8ec4c 100644 --- a/README.md +++ b/README.md @@ -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