浏览代码

Add GOPATH reminder on README.md (#126)

This fixes #112
Raul Silvera 8 年前
父节点
当前提交
735808c662
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      README.md

+ 4
- 0
README.md 查看文件

@@ -38,6 +38,10 @@ To build and install it, use the `go get` tool.
38 38
 
39 39
     go get github.com/google/pprof
40 40
 
41
+Remember to set GOPATH to the directory where you want pprof to be
42
+installed.  The binary will be in $GOPATH/bin and the sources under
43
+$GOPATH/src/github.com/google/pprof.
44
+
41 45
 # Basic usage
42 46
 
43 47
 pprof can read a profile from a file or directly from a server via http.