Skip to content

Commit d30c460

Browse files
committed
fix style issues
1 parent 8745020 commit d30c460

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gcp-auth-extension/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The extension takes care of the necessary configuration required to authenticate
1010
```shell
1111
gcloud auth application-default login
1212
```
13+
1314
Executing this command will save your application credentials to default path which will depend on the type of machine -
1415
- Linux, macOS: `$HOME/.config/gcloud/application_default_credentials.json`
1516
- Windows: `%APPDATA%\gcloud\application_default_credentials.json`
@@ -19,6 +20,7 @@ Executing this command will save your application credentials to default path wh
1920
Next, export the credentials to `GOOGLE_APPLICATION_CREDENTIALS` environment variable -
2021

2122
For Linux & MacOS:
23+
2224
```shell
2325
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/.config/gcloud/application_default_credentials.json
2426
```

0 commit comments

Comments
 (0)