From 584208c96053f6abd57a4ad84412f55eb7c760d2 Mon Sep 17 00:00:00 2001 From: Denis Loginov Date: Sat, 22 Aug 2020 18:16:15 -0400 Subject: [PATCH] Fixes to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7d1343..7566a87 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,11 @@ pip3 install google-yubikey as if you were running them on a GCE instance (!), for example: ``` - gcloud auth revoke # revoke your user credentials first + gcloud config set account gcloud auth list gsutil ls docker run --rm -it google/cloud-sdk:alpine bq ls - node server.js # your JavaScript app that uses Google client libraries + node app.js # a JavaScript app that uses Google client libraries ``` When these commands request a token from the metadata server (behind the scenes),