From a0f30f61bded776fdc237ddee0db05a7029831f8 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 23 Apr 2020 12:06:46 -0400 Subject: [PATCH] update instructions for obtaining gomote access token to use genbuilderkey command --- Gomote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomote.md b/Gomote.md index d2704399..38572ad5 100644 --- a/Gomote.md +++ b/Gomote.md @@ -146,7 +146,7 @@ The information is from golang.org/x/build/dashboard and golang.org/x/build/env. ## Access token -To get an access token, you will need to ask one of the editors of the `golang-org` Google Cloud project (TODO: how do I found out who those people are?) to provide you with the hash reported by the page at `https://build-dot-golang-org.appspot.com/key?builder=user-$USER`, where `USER` is your username. Write the resulting token to the gomote config file, as in this hypothetical example: +To get an access token, you will need to ask one of the editors of the `golang-org` Google Cloud project (TODO: how do I found out who those people are?) to provide you with the hash reported by running genbuilderkey user-$USER, where `$USER` is your computer's username (as reported by `echo $USER`, or `echo $USERNAME` on Windows). Write the resulting token to the gomote config file, as in this hypothetical example: ``` $ echo d41d8cd98f00b204e9800998ecf8427e > $HOME/.config/gomote/user-$USER.token