From ca516c9dbf0b560c866af6ca2877c353a54e5b37 Mon Sep 17 00:00:00 2001 From: Michael Knyszek Date: Fri, 18 Nov 2022 17:23:00 -0500 Subject: [PATCH] Updated Gomote (markdown) --- Gomote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomote.md b/Gomote.md index 603ffe70..5a3fabf1 100644 --- a/Gomote.md +++ b/Gomote.md @@ -86,7 +86,7 @@ As a result, the easiest way to use groups is to just set the `GOMOTE_GROUP` env ``` $ export GOMOTE_GROUP=debug -$ gomote create -setup linux-amd64 +$ gomote create linux-amd64 $ GOROOT=/path/to/goroot gomote push $ gomote run go/src/make.bash ```