doc: add note about master branch trace viewer Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
1 files changed, 8 insertions(+), 0 deletions(-) M README.md
M README.md => README.md +8 -0
@@ 37,3 37,11 @@ I've instrumented the project with go runtime tracing, so you may wish to instal ``` go install honnef.co/go/gotraceui/cmd/gotraceui@latest ``` There are lots of nice features that aren't in a release yet. If you're willing to run the bleeding edge: ``` go install honnef.co/go/gotraceui/cmd/gotraceui@master ``` **NOTE:** `$GOPATH/bin` needs be in `$PATH` for `gotraceui` to be automatically invoked by the application instrumentation.