Skip to content

Commit 339c664

Browse files
committed
Adds instructions to set up default credentials for the Cloud SDK
1 parent c42b976 commit 339c664

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vision/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ To run the sample, first install dependencies:
1515

1616
bundle install
1717

18+
If you haven't already, configure default credentials for using the
19+
[Cloud SDK](https://cloud.google.com/sdk/):
20+
21+
gcloud auth login
22+
gcloud init
23+
1824
Next, set the configured project by setting the *GOOGLE_CLOUD_PROJECT*
1925
environment variable to the project name set in the
2026
[Google Cloud Platform Developer Console](https://console.cloud.google.com):

0 commit comments

Comments
 (0)