diff --git a/Gomote.md b/Gomote.md index 868e713d..eced068d 100644 --- a/Gomote.md +++ b/Gomote.md @@ -4,6 +4,9 @@ ``` $ GO111MODULE=on go get -u golang.org/x/build/cmd/gomote # up to Go 1.15 + +OR + $ go get golang.org/x/build/cmd/gomote@latest # Go 1.16 and latest (including current Go 1.16 dev tree) ```