Updated Gomote (markdown)

Michael Knyszek 2022-11-18 17:22:29 -05:00
parent 9d3d6edd12
commit 757cffd329

@ -86,8 +86,8 @@ As a result, the easiest way to use groups is to just set the `GOMOTE_GROUP` env
```
$ export GOMOTE_GROUP=debug
$ gomote create linux-amd64
$ GOROOT=/path/to/goroot gomote create -setup linux-amd64
$ gomote create -setup linux-amd64
$ GOROOT=/path/to/goroot gomote push
$ gomote run go/src/make.bash
```