From aa4d478172a76f3bfdf4ae4d88f131d3ca4c93c0 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 31 Mar 2019 12:27:57 +0200 Subject: [PATCH] README.md: describe the -token flag Signed-off-by: Elias Naur --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e500eff..f681c68c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ With Go 1.12 or newer, $ export GO111MODULE=on $ go run gioui.org/apps/gophers -should display a simple (nonsense) demo. +should display a simple (nonsense) demo that displays Go contributors fetched from GitHub. If you run +into quota issues, supply a [Github token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) +with the `-token`flag: + + $ go run gioui.org/apps/gophers -token ## Android