~whereswaldon/riga2023

7108da54ae7d16657298121cfeb1662263e31c5c — Chris Waldon 11 months ago 9c414db
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.