Skip to content

Commit

Permalink
Fixes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad committed Aug 22, 2020
1 parent 527f905 commit 584208c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <service_account_email>
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),
Expand Down

0 comments on commit 584208c

Please sign in to comment.