소스 검색

Use -u flag in pprof installation command so that it updates if needed. (#376)

Alexey Alexandrov 7 년 전
부모
커밋
4d67f66d7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -36,7 +36,7 @@ Prerequisites:
36 36
 
37 37
 To build and install it, use the `go get` tool.
38 38
 
39
-    go get github.com/google/pprof
39
+    go get -u github.com/google/pprof
40 40
 
41 41
 Remember to set GOPATH to the directory where you want pprof to be
42 42
 installed.  The binary will be in `$GOPATH/bin` and the sources under