Updated Gomote (markdown)

Michael Knyszek 2022-11-18 17:19:56 -05:00
parent 71cf0c199c
commit 9d3d6edd12

@ -87,7 +87,7 @@ 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 linux-amd64
$ GOROOT=/path/to/goroot gomote create -setup linux-amd64
$ gomote run go/src/make.bash
```