From 4d67f66d7c9469639518a80f378434bb7e9156b7 Mon Sep 17 00:00:00 2001 From: Alexey Alexandrov Date: Wed, 9 May 2018 08:07:09 -0700 Subject: [PATCH] Use -u flag in pprof installation command so that it updates if needed. (#376) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81e5d393..266a8ec4 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