Browse Source

Add GOPATH reminder on README.md (#126)

This fixes #112
Raul Silvera 8 years ago
parent
commit
735808c662
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      README.md

+ 4
- 0
README.md View File

38
 
38
 
39
     go get github.com/google/pprof
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
 # Basic usage
45
 # Basic usage
42
 
46
 
43
 pprof can read a profile from a file or directly from a server via http.
47
 pprof can read a profile from a file or directly from a server via http.