Skip to content

Commit a343830

Browse files
committed
fix style issues
1 parent 8745020 commit a343830

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gcp-auth-extension/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ 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 -
15+
1416
- Linux, macOS: `$HOME/.config/gcloud/application_default_credentials.json`
1517
- Windows: `%APPDATA%\gcloud\application_default_credentials.json`
1618

@@ -19,6 +21,7 @@ Executing this command will save your application credentials to default path wh
1921
Next, export the credentials to `GOOGLE_APPLICATION_CREDENTIALS` environment variable -
2022

2123
For Linux & MacOS:
24+
2225
```shell
2326
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/.config/gcloud/application_default_credentials.json
2427
```

0 commit comments

Comments
 (0)